From: lufia Date: Wed, 28 Aug 2019 16:09:49 +0000 (+0900) Subject: plan9: fix installation instructions X-Git-Tag: curl-7_66_0~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05856dae9cbaff2ecb6f69cabeeb35594a900dad;p=thirdparty%2Fcurl.git plan9: fix installation instructions Closes #4276 --- diff --git a/plan9/BUILD.PLAN9.txt b/plan9/BUILD.PLAN9.txt index 1d04c5e7f2..6df23d31a7 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):