| author | |
| committer | |
| log | 2d4e24dd6b1178efabb06928062836f059f2af00 |
| tree | 01f598724dc011159778e73805eae707561fd9c0 |
| parent | b8565dd62fe001337429aa022a63d16930d552c3 |
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 |