Fix invisible cahr in readme.md
This commit is contained in:
parent
b4895411c1
commit
b214a5bd25
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## :wrench: Dependencies installation
|
## :wrench: Dependencies installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip3 install sphinx breathe
|
pip3 install sphinx breathe
|
||||||
sudo apt-get install doxygen
|
sudo apt-get install doxygen
|
||||||
```
|
```
|
||||||
|
|
||||||
## :rocket: Compile documentation
|
## :rocket: Compile documentation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd docs
|
cd docs
|
||||||
|
|
Loading…
Reference in a new issue