diff --git a/packages/docusaurus/docs/02-Getting Started/03-quick-install.md b/packages/docusaurus/docs/02-Getting Started/03-quick-install.md index 7907223..d4913dc 100644 --- a/packages/docusaurus/docs/02-Getting Started/03-quick-install.md +++ b/packages/docusaurus/docs/02-Getting Started/03-quick-install.md @@ -22,11 +22,11 @@ Installer binaries for Linux can be found in the [Github releases](https://githu For example, on `amd64` download the installer with either wget or curl and make it executable: ```bash -wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.7/installer_linux_amd64" && chmod +x ./installer +wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.8/installer_linux_amd64" && chmod +x ./installer ``` ```bash -curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.7/installer_linux_amd64" && chmod +x ./installer +curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.8/installer_linux_amd64" && chmod +x ./installer ``` The installer must be run as root. If you're not already root, switch to the root user or use sudo: diff --git a/packages/docusaurus/docs/02-Getting Started/04-Manual Install Guides/01-docker-compose.md b/packages/docusaurus/docs/02-Getting Started/04-Manual Install Guides/01-docker-compose.md index 92f7df6..77f675d 100644 --- a/packages/docusaurus/docs/02-Getting Started/04-Manual Install Guides/01-docker-compose.md +++ b/packages/docusaurus/docs/02-Getting Started/04-Manual Install Guides/01-docker-compose.md @@ -59,7 +59,7 @@ _For any Traefik configuration changes beyond what is needed in this tutorial, p ```yaml services: pangolin: - image: fosrl/pangolin:1.0.0-beta.7 + image: fosrl/pangolin:1.0.0-beta.8 container_name: pangolin restart: unless-stopped volumes: diff --git a/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md b/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md index 4b0328f..a9531a0 100644 --- a/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md +++ b/packages/docusaurus/docs/03-Pangolin/03-without-tunneling.md @@ -19,7 +19,7 @@ Follow existing manual install steps, but Gerbil is not required. Your Docker co ```yaml services: pangolin: - image: fosrl/pangolin:1.0.0-beta.7 + image: fosrl/pangolin:1.0.0-beta.8 container_name: pangolin restart: unless-stopped volumes: diff --git a/packages/docusaurus/docs/06-Newt/02-install.md b/packages/docusaurus/docs/06-Newt/02-install.md index 9e0b506..7f5130c 100644 --- a/packages/docusaurus/docs/06-Newt/02-install.md +++ b/packages/docusaurus/docs/06-Newt/02-install.md @@ -15,11 +15,11 @@ On Linux for example: Download Newt with either wget or curl or from your browser and make it executable: ```bash -wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt +wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.4/newt_linux_amd64" && chmod +x ./newt ``` ```bash -curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt +curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.4/newt_linux_amd64" && chmod +x ./newt ``` And run it: