From 88769b1b0d23564b2489ed94221c049cd3be11ff Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Sat, 2 Mar 2024 20:47:39 -0500 Subject: [PATCH] Update README.md add Linux installation directly to README fix french->english :P Signed-off-by: Marshall Hallenbeck --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fa60c9a..d0171dd8 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Going forward, our intent is to maintain a community-driven and maintained proje You are on the **latest up-to-date** repository of the project NetExec (nxc) ! 🎉 -- 🚧 If you want to report a problem, open un [Issue](https://github.com/Pennyw0rth/NetExec/issues) +- 🚧 If you want to report a problem, open an [Issue](https://github.com/Pennyw0rth/NetExec/issues) - 🔀 If you want to contribute, open a [Pull Request](https://github.com/Pennyw0rth/NetExec/pulls) - 💬 If you want to discuss, open a [Discussion](https://github.com/Pennyw0rth/NetExec/discussions) @@ -37,6 +37,12 @@ See the project's [wiki](https://netexec.wiki/) (in development) for documentati # Installation Please see the installation instructions on the [wiki](https://netexec.wiki/getting-started/installation) (in development) +## Linux +``` +sudo apt install pipx git +pipx ensurepath +pipx install git+https://github.com/Pennyw0rth/NetExec +``` # Development Development guidelines and recommendations in development