Skip to content

Commit 88769b1

Browse files
Update README.md
add Linux installation directly to README fix french->english :P Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
1 parent ac60614 commit 88769b1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Going forward, our intent is to maintain a community-driven and maintained proje
2121

2222
You are on the **latest up-to-date** repository of the project NetExec (nxc) ! 🎉
2323

24-
- 🚧 If you want to report a problem, open un [Issue](https://github.com/Pennyw0rth/NetExec/issues)
24+
- 🚧 If you want to report a problem, open an [Issue](https://github.com/Pennyw0rth/NetExec/issues)
2525
- 🔀 If you want to contribute, open a [Pull Request](https://github.com/Pennyw0rth/NetExec/pulls)
2626
- 💬 If you want to discuss, open a [Discussion](https://github.com/Pennyw0rth/NetExec/discussions)
2727

@@ -37,6 +37,12 @@ See the project's [wiki](https://netexec.wiki/) (in development) for documentati
3737
# Installation
3838
Please see the installation instructions on the [wiki](https://netexec.wiki/getting-started/installation) (in development)
3939

40+
## Linux
41+
```
42+
sudo apt install pipx git
43+
pipx ensurepath
44+
pipx install git+https://github.com/Pennyw0rth/NetExec
45+
```
4046
# Development
4147
Development guidelines and recommendations in development
4248

0 commit comments

Comments
 (0)