Преглед на файлове

Documentation generation update

Jérôme BUISINE преди 3 години
родител
ревизия
70969111ab
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      CONTRIBUTING.md

+ 3 - 2
CONTRIBUTING.md

@@ -132,8 +132,9 @@ def random(self, validator):
 You can generate documentation and display updates using these following commands:
 
 ```
-bash build.sh
-firefox docs/build/index.html
+cd docs
+make clean && make html
+firefox _build/html/index.html
 ```
 
 ## Test implementation