diff --git a/README.md b/README.md index 5911e26..854d67a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ NewLang is a work in progress programming language, similar to BASIC. -To try it, run ```python build.py && ./NewLang.pyz docs/examples/greeting.txt``` +To try it, run this: + +``` +git clone https://git.lumina-sensum.com/LuminaSensum/NewLang +pip install --user . +newlang docs/examples/greeting.txt +``` See the [syntax reference plan](docs/syntax.md) for more detail.