diff options
author | Arnaud Moura <arnaudmoura@gmail.com> | 2023-03-03 23:37:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 23:37:12 +0100 |
commit | b2c5f8a05f2f9db6ed06663a077882eb112b3e3f (patch) | |
tree | 3786bd8ee67acdd235da9681d8cf5c6fd1b10bde /doc | |
parent | 2e2affb13ce13723e5ab1996d05f7b82c184a090 (diff) | |
download | Nim-b2c5f8a05f2f9db6ed06663a077882eb112b3e3f.tar.gz |
fixes #21461 (#21463)
* fixes #21461; Move nim-gdb.py and add nim-lldb.py * fixes bad path for nim-gdb.py
Diffstat (limited to 'doc')
-rw-r--r-- | doc/packaging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/packaging.md b/doc/packaging.md index 522ca6d44..b742bef28 100644 --- a/doc/packaging.md +++ b/doc/packaging.md @@ -71,7 +71,7 @@ What to install: - The expected stdlib location is `/usr/lib/nim/lib`, previously it was just `/usr/lib/nim` - `nimdoc.css` and `nimdoc.cls` from the `doc` folder should go into `/usr/lib/nim/doc/` -- `tools/nim-gdb.py` should go into `/usr/lib/nim/tools/` +- `tools/debug/nim-gdb.py` should go into `/usr/lib/nim/tools/` - `tools/dochack/dochack.js` should be installed to `/usr/lib/nim/tools/dochack/` - Global configuration files under `/etc/nim` - Optionally: manpages, documentation, shell completion |