Skip to content

Commit 42b9d79

Browse files
committed
Updated README
1 parent 217ee1e commit 42b9d79

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

NumberScript/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
parser.add_argument("-v", "--version", action="store_true", help="show version")
1414
args = parser.parse_args()
1515

16-
ver = "1.9.1"
16+
ver = "1.9.2"
1717

1818
run = True
1919

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ pip install NumberScript
2525

2626
## Docs
2727

28+
## CLI and repl
29+
30+
To use the repl just run,
31+
32+
`python -m NumberScript`
33+
34+
To run a file just use this,
35+
36+
`python -m NumberScript -f Path/To/File`
37+
2838
### commands
2939

3040
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="NumberScript",
8-
version="1.9.2",
8+
version="1.9.3",
99
description="possibly the world's most simplest and restricted language.",
1010
author="Sasen Perera",
1111
long_description=longest_description,

0 commit comments

Comments
 (0)