Skip to content

Commit

Permalink
small readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
lorepozo committed Mar 21, 2017
1 parent bb70fd4 commit 25531a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -23,7 +23,7 @@ the project root:

```sh
# start from this project's root directory.
# clone, build, and copy jetty's ec:
# clone, build, and copy ec:
$ git clone git@github.com:lucasem/ec ec-repo
$ cd ec-repo
$ make && cp ec ../ec
Expand All @@ -33,5 +33,5 @@ $ cargo run
```

For more customization, you can have the `$EC` environment variable point to
the jetty's ec binary and the `$EC_CURRICULUM` environment variable point to
a directory with similar structure to [`./curriculum/ec`](./curriculum/ec).
the ec binary and the `$EC_CURRICULUM` environment variable point to a
directory with similar structure to [`./curriculum/ec`](./curriculum/ec).

0 comments on commit 25531a7

Please sign in to comment.