Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Touchcreator/TAPL into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Touchcreator committed Jul 10, 2023
2 parents aa255cc + 6e51105 commit f3fae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## How to use:
TAPL is a stack based programming language, so data is stored in the background and you can run a command to use the data.
### Running:
Windows: `py tapl.py {filename}.tapl`
Windows: `py tapl.py {filename}.tapl` or `tapl {filename}.tapl`

Unix-based OS: `python3 tapl.py {filename}.tapl`
### Simple Commands:
Expand Down

0 comments on commit f3fae2c

Please sign in to comment.