Skip to content

Commit

Permalink
Updated README installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Aug 7, 2024
1 parent 47a479f commit 3604e7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This tool will run a program in an isolated network namespace, allowing the prog
Support for unprivileged user namespaces is required to run socksns. This is enabled by default in the mainline kernel and most distributions, but you may want to make sure that `/proc/sys/kernel/unprivileged_userns_clone` is not `0`.

```bash
# install from source
git clone https://github.com/stevenengler/socksns.git
cd socksns && cargo install --path .

# install the latest release from crates.io
cargo install socksns

# install the latest development version
git clone https://github.com/stevenengler/socksns.git
cargo install --path socksns
```

#### Example
Expand Down

0 comments on commit 3604e7a

Please sign in to comment.