1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

update docs

This commit is contained in:
thatmattlove
2024-04-02 16:26:50 -04:00
parent c1274e2045
commit 8be5562ba7
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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/)