Merge pull request #128 from stanley-cheung/master

Minor doc edit
This commit is contained in:
Stanley Cheung 2018-01-19 14:58:54 -08:00 committed by GitHub
commit 6442f97779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -82,15 +82,16 @@ above steps.
From the repo root directory:
```sh
$ make package # build nginx
$ make example # build client JS library
$ make # build nginx
$ make example # build end-to-end example
$ sudo make install-example
```
On MacOS, you might have to do
```sh
$ KERNEL_BITS=64 make example
$ KERNEL_BITS=64 make
$ make example
$ sudo make install-example
```