Added bash tags to readme

This commit is contained in:
Rohan Sircar 2020-08-13 20:23:43 +05:30
parent 417d53a12f
commit e2e2d17d87

View File

@ -8,13 +8,13 @@ You need to have [ammonite](https://ammonite.io) installed.
Once you have done that, start a local instance of Chatto, and run the command - Once you have done that, start a local instance of Chatto, and run the command -
``` scala ``` bash
amm stompTest.sc --username yourusername --password yourpassword amm stompTest.sc --username yourusername --password yourpassword
``` ```
or or
``` ``` bash
./stompTest.sc --username yourusername --password yourpassword ./stompTest.sc --username yourusername --password yourpassword
``` ```