Commit f1b97c3e by Jessica Hawkwell

Update README.md; Updating for shell script #2

1 parent efc2fc08
Pipeline #222 passed
in 16 seconds
Showing with 5 additions and 0 deletions
......@@ -6,6 +6,11 @@ The assembler can be invoked with a simple command line argument:
java -jar target/kcpu-1.0-SNAPSHOT.jar -kasm
```
Alternatively, there is a script provided:
```
./kasm.sh
```
To view the available command line arguments:
```
./kasm.sh -h
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!