diff options
author | lufia <lufia@lufia.org> | 2019-08-29 01:09:49 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-29 19:24:59 +0200 |
commit | 05856dae9cbaff2ecb6f69cabeeb35594a900dad (patch) | |
tree | d3a7085c07ec0dd2e11d0587ec4dfe61e60e701a /plan9 | |
parent | 7bac3135dfb0a71d367894b25c1debfe4fb54106 (diff) | |
download | curl-05856dae9cbaff2ecb6f69cabeeb35594a900dad.tar.gz |
plan9: fix installation instructions
Closes #4276
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/BUILD.PLAN9.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plan9/BUILD.PLAN9.txt b/plan9/BUILD.PLAN9.txt index 1d04c5e7f..6df23d31a 100644 --- a/plan9/BUILD.PLAN9.txt +++ b/plan9/BUILD.PLAN9.txt @@ -17,10 +17,10 @@ Instruction =========== First, you should construct namespace as like described below: -% bind -a ../lib lib -% bind -a ../src src -% bind -a ../include include -% bind -a .. . +% bind -ac ../lib lib +% bind -ac ../src src +% bind -ac ../include include +% bind -ac .. . Then you will see as shown below (excerpt): |