Преглед изворни кода

Edit README.md

pull/5/head
mtardy пре 4 година
родитељ
комит
67c969a12a
1 измењених фајлова са 7 додато и 4 уклоњено
  1. +7
    -4
      README.md

+ 7
- 4
README.md Прегледај датотеку

@ -1,8 +1,9 @@
# Javascrypt # 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 ```bash
$ brew install peg $ brew install peg
``` ```
@ -12,13 +13,13 @@ Please install [the Boehm-Demers-Weiser conservative garbage collector](https://
$ brew install bdw-gc $ brew install bdw-gc
``` ```
## Build
### Build
```bash ```bash
$ make $ 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: 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 ```bash
@ -26,6 +27,8 @@ $ docker build . --tag mtardy/javascrypt
$ docker run -it mtardy/javascrypt $ docker run -it mtardy/javascrypt
``` ```
---
## Usage ## Usage
```bash ```bash

Loading…
Откажи
Сачувај