Skip to content

Commit

Permalink
make build commands explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed Oct 11, 2021
1 parent b422364 commit f8a179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE-HOWTO.txt
Expand Up @@ -34,7 +34,7 @@ Building an NLTK distribution
sphinx-build -E ./web ./build
- Publish them
cd nltk.github.com; git pull (begin with current docs repo)
cp -r build/* ../nltk.github.com
cp -r ../nltk/build/* .
git add .
git commit -m "updates for version 3.X.Y"
git push origin master
Expand Down

0 comments on commit f8a179b

Please sign in to comment.