docs: fix typo

This commit is contained in:
phaer 2024-07-27 20:54:52 +02:00
parent ebdb0fe3a6
commit c58f0449ae

View File

@ -32,7 +32,7 @@ i.e. from inside the shell in `./docs`:
``` shellsession
# update
ln -sfT $(nix build --print-out-paths --no-link ..#optionsReference) ./src/reference
ln -sfT $(nix build --print-out-paths --no-link .#optionsReference) ./src/reference
# remove
rm ./src/reference
```