Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Apr 2, 2024
1 parent c1274e2 commit 8be5562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/pages/installation/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ import { Callout } from "nextra-theme-docs";
```shell copy
mkdir /etc/hyperglass
cd /opt
git clone https://github.com/thatmattlove/hyperglass/tree/v2.0.0 --depth=1
git clone https://github.com/thatmattlove/hyperglass.git
cd /opt/hyperglass
git checkout v2.0.0
```

### Optional: Quickstart
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation/manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Callout } from "nextra-theme-docs";

To install hyperglass manually, you'll need to install the following dependencies:

1. [Python 3.9, 3.10, 3.11, or 3.12](https://www.python.org/downloads/)
1. [Python 3.9, 3.10, 3.11, or 3.12](https://www.python.org/downloads/) and [`pip`](https://pip.pypa.io/en/stable/installation/)
2. [NodeJS 18.17 or later](https://nodejs.org/en/download)
3. [PNPM 8 or later](https://pnpm.io/installation)
4. [Redis 7.2 or later](https://redis.io/download/)
Expand Down

0 comments on commit 8be5562

Please sign in to comment.