diff --git a/README.md b/README.md index b3376cf..f989953 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.rst b/README.rst index fb32f4b..8c9907d 100644 --- a/README.rst +++ b/README.rst @@ -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 ---------