Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions apps/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@

### Install with Hermes (recommended)

Add `--include-desktop` to the [one-line installer](../../README.md#quick-install) and it sets up the agent and builds the desktop app in one go:

```bash
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash -s -- --include-desktop
```

Already have the Hermes CLI? Just run:

```bash
Expand Down
5 changes: 0 additions & 5 deletions website/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Get Hermes Agent up and running in under two minutes!
### With the Hermes Desktop installer on macOS or Windows (recommended)
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/desktop) from our website and run it.

### With the Hermes Desktop installer on Linux:
```bash
curl -fsSL https://hermes-agent.nousresearch.com/install.sh --include-desktop | bash
```

### Without Hermes Desktop:
For a command-line only install without Hermes Desktop, run:

Expand Down
4 changes: 0 additions & 4 deletions website/docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ Pick the row that matches your goal:
### With the Hermes Desktop installer on macOS or Windows (recommended)
To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/desktop) from our website and run it.

### With the Hermes Desktop installer on Linux:
```bash
curl -fsSL https://hermes-agent.nousresearch.com/install.sh --include-desktop | bash
```
### Without Hermes Desktop:
For a command-line only install without Hermes Desktop, run:

Expand Down
6 changes: 0 additions & 6 deletions website/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ The self-improving AI agent built by [Nous Research](https://nousresearch.com).

To easily install the command-line and desktop applications, [download the Hermes Desktop installer](https://hermes-agent.nousresearch.com/desktop) from our website and run it.

### Linux

```bash
curl -fsSL https://hermes-agent.nousresearch.com/install.sh --include-desktop | bash
```

### Without Hermes Desktop:

For a command-line only install without Hermes Desktop, run:
Expand Down
Loading