Skip to content

Commit

Permalink
docs(DEVELOPER) update the $PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlan committed Sep 18, 2020
1 parent cf17ed5 commit 213955b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ These commands don't have to be performed as root, since all compilation is done
After this task, we'd like to have the next steps use the built packages and for LuaRocks to install new packages inside this `build` directory. For that, it's important to set the `$PATH` variable accordingly:

```
export PATH=$HOME/path/to/kong/openresty-build-tools/build/openresty/bin:$HOME/path/to/kong/openresty-build-tools/build/openresty/nginx/sbin:$HOME/path/to/kong/openresty-build-tools/build/luarocks/bin:$PATH
export OPENSSL_DIR=$HOME/path/to/kong/openresty-build-tools/build/openssl
export PATH=$HOME/path/to/kong-build-tools/openresty-build-tools/build/openresty/bin:$HOME/path/to/kong-build-tools/openresty-build-tools/build/openresty/nginx/sbin:$HOME/path/to/kong-build-tools/openresty-build-tools/build/luarocks/bin:$PATH
export OPENSSL_DIR=$HOME/path/to/kong-build-tools/openresty-build-tools/build/openssl
eval `luarocks path`
```
Expand Down

0 comments on commit 213955b

Please sign in to comment.