From 8be5562ba7b5636179c609fe1cfd76b3a9f95621 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Tue, 2 Apr 2024 16:26:50 -0400 Subject: [PATCH] update docs --- docs/pages/installation/docker.mdx | 4 +++- docs/pages/installation/manual.mdx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/pages/installation/docker.mdx b/docs/pages/installation/docker.mdx index 146d2d67..6b181aae 100644 --- a/docs/pages/installation/docker.mdx +++ b/docs/pages/installation/docker.mdx @@ -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 diff --git a/docs/pages/installation/manual.mdx b/docs/pages/installation/manual.mdx index f9021b29..c4a658dd 100644 --- a/docs/pages/installation/manual.mdx +++ b/docs/pages/installation/manual.mdx @@ -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/)