plan9: fix installation instructions

Closes #4276
This commit is contained in:
lufia 2019-08-29 01:09:49 +09:00 committed by Daniel Stenberg
parent 7bac3135df
commit 05856dae9c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 4 additions and 4 deletions

View File

@ -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):