Skip to content

Commit

Permalink
Fix setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t94j0 committed Mar 22, 2024
1 parent b14e7d5 commit b9f0680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Nemesis Installation and Setup
1. Ensure the [requisite software/hardware is installed](./requirements.md).

2. Run `helm install https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m'` to kick off the Nemesis install. Optionally configure build values in [values.yaml](../helm/nemesis/values.yaml) for things like resource requests/etc.
2. Run `helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m'` to kick off the Nemesis install. Optionally configure build values in [values.yaml](../helm/nemesis/values.yaml) for things like resource requests/etc.

To configure [values.yaml](../helm/nemesis/values.yaml), download values.yaml and install using helm.

```bash
curl https://raw.githubusercontent.com/SpecterOps/Nemesis/helm/helm/nemesis/values.yaml -o nemesis-values.yaml
helm install https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m' -f nemesis-values.yaml
helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m' -f nemesis-values.yaml
```

If you want monitoring capabilities, run `helm install nemesis-monitoring ./helm/monitoring`
Expand Down

0 comments on commit b9f0680

Please sign in to comment.