Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sas2k committed Aug 8, 2022
1 parent 217ee1e commit 42b9d79
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NumberScript/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
parser.add_argument("-v", "--version", action="store_true", help="show version")
args = parser.parse_args()

ver = "1.9.1"
ver = "1.9.2"

run = True

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ pip install NumberScript

## Docs

## CLI and repl

To use the repl just run,

`python -m NumberScript`

To run a file just use this,

`python -m NumberScript -f Path/To/File`

### commands

```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="NumberScript",
version="1.9.2",
version="1.9.3",
description="possibly the world's most simplest and restricted language.",
author="Sasen Perera",
long_description=longest_description,
Expand Down

0 comments on commit 42b9d79

Please sign in to comment.