소스 검색

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
## 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

불러오는 중...
취소
저장