Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert van Renesse committed Aug 23, 2023
1 parent 790b75b commit eba33c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ upload-test: dist upload-env
source .upload_env testing && twine upload --non-interactive --verbose -r testpypi dist/*

install-test:
pip install -i https://test.pypi.org/simple/ harmony
pip install --index-url https://test.pypi.org/simple --extra-index-url https://pypi.python.org/simple harmony

upload: dist upload-env
source .upload_env release && twine upload --non-interactive --verbose -r pypi dist/*
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Harmony is a programming language designed for testing and experimenting with co
- [Updating Harmony](#updating-harmony)
- [Troubleshooting](#troubleshooting)
- [Modifying your PATH variable](#modifying-your-path-variable)
- [Reading the Source Code](#reading-source)

For more information, please visit the official page https://harmony.cs.cornell.edu.

Expand Down Expand Up @@ -196,3 +197,7 @@ export PATH=$PATH:/path/to/add/
Save the file.
You will have to restart Terminal (and VSCode if you are using the extension) to have the changes take effect.
## Reading the Source Code
The compose.pdf file is the beginning of a document explaining how Harmony works.
Binary file added compose.pdf
Binary file not shown.

0 comments on commit eba33c6

Please sign in to comment.