Skip to content

Commit f173ad1

Browse files
authored
Update README with development install instructions
Added development installation instructions and virtual environment activation details. Signed-off-by: Fox <22664861+Mercury0@users.noreply.github.com>
1 parent 0383248 commit f173ad1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ sudo apt install pipx git
4343
pipx ensurepath
4444
pipx install git+https://github.com/blacklanternsecurity/NetExec
4545
```
46+
### Development Install
47+
48+
```bash
49+
git clone https://github.com/blacklanternsecurity/NetExec.git
50+
cd NetExec
51+
uv sync
52+
uv run --no-sync nxc -h
53+
```
54+
55+
> Requires [uv](https://docs.astral.sh/uv/getting-started/installation/). To activate the virtual environment directly instead of using `uv run`, run `source .venv/bin/activate` then use `nxc` as normal.
4656
4757
## Availability on Unix distributions
4858

0 commit comments

Comments
 (0)