From dae43cc379efbbf94e0955defcd4876914e70e00 Mon Sep 17 00:00:00 2001 From: Bryan Hu Date: Mon, 16 Nov 2020 13:11:51 -0800 Subject: [PATCH] :memo: Updated README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d45ea..3678d57 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Gitmoji

+ A terminal version of the [online IDE][1]. ## Background @@ -29,9 +30,20 @@ and it's not offline. So I decided to bring those features right into my termina Install it via pip: ```bash -python3 -m pip install lark-shell +$ python3 -m pip install lark-shell +🍰✨ +``` +and invoke the command +```bash +$ lark-shell ``` +and start hacking away! + +## Credits +Credits to [**@erezsh**][2] for his wonderful [Lark][3] parsing library. [1]: https://lark-parser.github.io/lark/ide/app.html +[2]: https://github.com/erezsh +[3]: https://github.com/lark-parser/lark