Update REDME

This commit is contained in:
Степаненко Ольга 2021-05-20 18:49:04 +03:00
parent 029b602f96
commit 26f32327b3
2 changed files with 4 additions and 4 deletions

View File

@ -157,13 +157,13 @@ autopep8 --in-place filename
##Для проверки орфографии:
cd docs
(set -a && source ../.env && make spelling)
make spelling
##Для обновления документации:
m2r README.md
cd docs
(set -a && source ../.env && make html)
make html
## Read more

View File

@ -182,7 +182,7 @@ autopep8 --in-place filename
cd docs
(set -a && source ../.env && make spelling)
make spelling
Для обновления документации:
----------------------------
@ -191,7 +191,7 @@ m2r README.md
cd docs
(set -a && source ../.env && make html)
make html
Read more
---------