mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
update docs
This commit is contained in:
@ -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
|
||||
|
@ -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/)
|
||||
|
Reference in New Issue
Block a user