1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

@ -17,10 +17,10 @@ Instruction
=========== ===========
First, you should construct namespace as like described below: First, you should construct namespace as like described below:
% bind -a ../lib lib % bind -ac ../lib lib
% bind -a ../src src % bind -ac ../src src
% bind -a ../include include % bind -ac ../include include
% bind -a .. . % bind -ac .. .
Then you will see as shown below (excerpt): Then you will see as shown below (excerpt):