diff options
| author | David Uhden Collado <149145202+daviduhden@users.noreply.github.com> | 2024-07-10 06:05:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 06:05:18 +0200 |
| commit | 3c2a6507686b5531ca125d3aaa213dd6e6cdb799 (patch) | |
| tree | 0d423c2f0c38638fe6f91a2cfb6ee2c4aba9b763 /content | |
| parent | fcd0090ea844b12ff1af66a7a4076e65e02e46b7 (diff) | |
Minor fixes
Diffstat (limited to 'content')
| -rw-r--r-- | content/i2p.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/i2p.md b/content/i2p.md index 19923cc..a269c90 100644 --- a/content/i2p.md +++ b/content/i2p.md @@ -76,7 +76,7 @@ sh dependencies.sh Then compile using the `make` command: ```sh -make -j$(nproc) +make ``` This will build a variety of useful tools for i2p, with `vain` being the command of interest to generate an address: |
