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