mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
note to be careful with uninstalls
This commit is contained in:
parent
ed3efb9071
commit
9f24cd0d97
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ manage-tools uninstall gdb
|
|||
manage-tools uninstall all
|
||||
```
|
||||
|
||||
Where possible, the tools keep the installs very self-contained (i.e., in to tool/ directory), and most uninstalls are just calls to `git clean`.
|
||||
Where possible, the tools keep the installs very self-contained (i.e., in to tool/ directory), and most uninstalls are just calls to `git clean` (**NOTE**, this is **NOT** careful; everything under the tool directory, including whatever you were working on, is blown away during an uninstall).
|
||||
To support python dependencies, however, make sure to create a virtualenv before installing and using tools (i.e., `mkvirtualenv ctf`).
|
||||
Installers for the following tools are included:
|
||||
|
||||
|
|
Loading…
Reference in a new issue