From 67c969a12a9d8259fb29ab97fd8de028ca85b65b Mon Sep 17 00:00:00 2001 From: mtardy Date: Tue, 21 Jul 2020 20:41:48 +0200 Subject: [PATCH] Edit README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33323d6..2d85146 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Javascrypt -## Requirements +## Build the project +### Requirements -Please install [peg/leg](https://www.piumarta.com/software/peg/) manually or with Homebrew: +Please install [peg/leg](https://www.piumarta.com/software/peg/) manually or with Homebrew: ```bash $ brew install peg ``` @@ -12,13 +13,13 @@ Please install [the Boehm-Demers-Weiser conservative garbage collector](https:// $ brew install bdw-gc ``` -## Build +### Build ```bash $ make ``` -## Docker +## Build with Docker The Docker image provides a ready to go environment to experiment with the project. Just build the image locally and run an interactive shell inside the container: ```bash @@ -26,6 +27,8 @@ $ docker build . --tag mtardy/javascrypt $ docker run -it mtardy/javascrypt ``` +--- + ## Usage ```bash