(no commit message)
authorYehowshua <Yehowshua@web>
Sat, 2 May 2020 19:29:33 +0000 (20:29 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 May 2020 19:29:33 +0000 (20:29 +0100)
index.mdwn

index 131955ecf69e9d52e3a1d27beaec716231afb58d..196d7d88c7e085c00db7a6b0a0ba627adf4322cd 100644 (file)
@@ -78,24 +78,41 @@ happy with it and agree to it.
 2. The next thing you should do is read through the [bugs
 list](http://bugs.libre-riscv.org) and see if there are any bugs that
 pique your interest.
-3. After that, go ahead and take a look at the
-   [git repositories](https://git.libre-riscv.org).
-
-    pip3 install virtualenv requests
-    mkdir ~/.virtualenvs && cd ~/.virtualenvs
-    python3 -m venv libresoc
-    source ~/.virtualenvs/bin/activate
-    
-    cd ~; mkdir libresoc; cd libresoc
-    git clone https://git.libre-riscv.org/git/nmutil.git
-    git clone https://git.libre-riscv.org/git/ieee754fpu.git
-    git clone https://git.libre-riscv.org/git/soc.git
-    
-    cd nmutil; pip3 install -e .; cd ..
-    cd ieee754fpu; pip3 install -e .; cd ..
-    cd soc; pip3 install -e .; cd ..
-    
-    python3 soc/src/soc/decoder/power_decoder.py
+3. After that, go ahead and take a look at the    [git repositories](https://git.libre-riscv.org).
+
+<div class="jumbotron">
+<p>pip3 install virtualenv requests
+</p>
+<p>mkdir ~/.virtualenvs && cd ~/.virtualenvs
+</p>
+<p>python3 -m venv libresoc
+</p>
+<p>source ~/.virtualenvs/bin/activate
+</p>
+<p>
+</p>
+<p>cd ~; mkdir libresoc; cd libresoc
+</p>
+<p>git clone https://git.libre-riscv.org/git/nmutil.git
+</p>
+<p>git clone https://git.libre-riscv.org/git/ieee754fpu.git
+</p>
+<p>git clone https://git.libre-riscv.org/git/soc.git
+</p>
+<p>
+</p>
+<p>cd nmutil; pip3 install -e .; cd ..
+</p>
+<p>cd ieee754fpu; pip3 install -e .; cd ..
+</p>
+<p>cd soc; pip3 install -e .; cd ..
+</p>
+<p>
+</p>
+<p>#play with the decoder
+</p>
+<p>python3 soc/src/soc/decoder/power_decoder.py
+</div>
 
 
 4. If you plan to do HDL work, you should familiarize yourself with our