From 05856dae9cbaff2ecb6f69cabeeb35594a900dad Mon Sep 17 00:00:00 2001 From: lufia Date: Thu, 29 Aug 2019 01:09:49 +0900 Subject: plan9: fix installation instructions Closes #4276 --- plan9/BUILD.PLAN9.txt | 8 ++++---- 1 file 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): -- cgit v1.2.3