Skip to content

Commit

Permalink
Merge pull request #198 from carlosms/readme-typos
Browse files Browse the repository at this point in the history
Use bblfsh drivers image, fix typos
  • Loading branch information
smacker authored Mar 1, 2019
2 parents ea9082d + 029bf84 commit 23b1a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For production usage, all static files are served from the go server after being

## Development

The web client is a Golang application, so in order for all further insturctions to work please make sure it's under `$GOPATH` in your filesystem.
The web client is a Golang application, so in order for all further instructions to work please make sure it's under `$GOPATH` in your filesystem.

The web client uses an intermediate API that connects to the bblfsh server and serves frontend assets.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ It's a user-friendly tool for testing and studying how Babelfish parses source c
Babelfish server (v2.9.1 or newer) is required.
If you don't have it running please read the [getting started](https://doc.bblf.sh/using-babelfish/getting-started.html) guide. You will learn how to use and deploy a bblfsh server.

### Recomended way (using Docker)
### Recommended way (using Docker)

```sh
docker run --privileged -d -p 9432:9432 --name bblfsh bblfsh/bblfshd
docker run --privileged -d -p 9432:9432 --name bblfsh bblfsh/bblfshd:latest-drivers
docker run -p 8080:8080 --link bblfsh bblfsh/web -bblfsh-addr bblfsh:9432
```

Expand Down

0 comments on commit 23b1a24

Please sign in to comment.