| author | |
| committer | |
| log | 5b5125914173481426a66c3102bfc52e5150c87e |
| tree | 21d8dd9a7a276fe0706ccddaf08ae1df618eefdc |
| parent | e4d05358e18a49c80079ead3bb31966cea564f87 |
The README contains a typo stating 'zig/lib/' and '../zig/lib/' as the lib search paths. This should be 'lib/zig' and '../lib/zig'.1 files changed, 2 insertions(+), 2 deletions(-)
README.md+2-2| ... | ... | @@ -34,9 +34,9 @@ At runtime, the executable searches up the file system for the lib/ directory, |
| 34 | 34 | relative to itself: |
| 35 | 35 | |
| 36 | 36 | * lib/ |
| 37 | * zig/lib/ | |
| 37 | * lib/zig/ | |
| 38 | 38 | * ../lib/ |
| 39 | * ../zig/lib/ | |
| 39 | * ../lib/zig/ | |
| 40 | 40 | * (and so on) |
| 41 | 41 | |
| 42 | 42 | In other words, you can **unpack a release of Zig anywhere**, and then begin |