Skip to content

Commit

Permalink
Contributing: make installation instructions in codeblocks rather tha…
Browse files Browse the repository at this point in the history
…n in list (onivim#323)
  • Loading branch information
vinitkumar authored and bryphe committed Jun 6, 2019
1 parent 52bce60 commit 3b44df7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@

### Build the front-end

- `git clone https://github.com/onivim/oni2`
- `cd oni2`
- `esy install`
- `esy bootstrap`
- `esy build`
```sh
git clone https://github.com/onivim/oni2
cd oni2
esy install
esy bootstrap
esy build
```

### Build the textmate service

- `cd src/textmate_service`
- `node install`
- `npm run build`
```sh
cd src/textmate_service
node install
npm run build
```

### Run

Expand Down

0 comments on commit 3b44df7

Please sign in to comment.