Skip to content

Commit 21707ae

Browse files
authored
Update README.md
1 parent 6378453 commit 21707ae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A stack based programming language created to experiment my crappy lang-dev only capable of making some mathematical formulation and logic. Written in the rust programming language.
33

44
## How to run
5-
1. Download the [release binary](https://github.com/ujjwal-kr/ram/releases/download/v1.6/ram).
5+
1. Download the [release binary](https://github.com/ujjwal-kr/ram/releases/download/v1.7/ram).
66
2. Make it executable using `chmod +x ./ram`
77
3. Make a .ram file with the following contents at the same directory as the binary:
88

@@ -26,6 +26,11 @@ halt
2626

2727
4. run `./ram ./example.ram` and press enter.
2828

29+
## How to test
30+
Run `cargo run test` to run the custom tests to test all the commands in the suit. Make sure to run this before pushing any PRs. The tests are automatically ran when there is a PR/commit on the master branch.
31+
32+
![tests](https://media.discordapp.net/attachments/939051863037341726/941527372006572102/unknown.png?width=300&height=407)
33+
2934
## Documentation
3035
Official documentation for the RAM programming language. Please open an issue if you find any bugs, or want some features to be chaged or added.
3136

0 commit comments

Comments
 (0)