diff --git a/docs/pages/installation/docker.mdx b/docs/pages/installation/docker.mdx index 146d2d6..6b181aa 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 f9021b2..c4a658d 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/)