diff --git a/docs/README.md b/docs/README.md index 7f02c62d..eea947c0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 ```