From 0d45d6195284cd9f1dd909498fc596d60e873b56 Mon Sep 17 00:00:00 2001 From: lexx Date: Tue, 7 Nov 2023 19:54:13 +0300 Subject: [PATCH 1/2] Ubuntu copy-paste installation commands --- gitbook-docs/getting-started/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gitbook-docs/getting-started/installation.md b/gitbook-docs/getting-started/installation.md index 85b7bcb6..5096026d 100644 --- a/gitbook-docs/getting-started/installation.md +++ b/gitbook-docs/getting-started/installation.md @@ -12,6 +12,14 @@ apt update apt install -y zkllvm cmake libboost-all-dev ``` +For Ubuntu, use the following commands: + +```bash +sudo bash -c "echo 'deb [trusted=yes] http://deb.nil.foundation/ubuntu/ all main' >>/etc/apt/sources.list" +sudo apt update +sudo apt install -y zkllvm cmake libboost-all-dev +``` + # Installation from sources ## Clone repository From 3a5eaa5958cb687a95612ab031ab8b344f3cc8dc Mon Sep 17 00:00:00 2001 From: lexx Date: Wed, 8 Nov 2023 12:51:46 +0300 Subject: [PATCH 2/2] Updated original instructions --- gitbook-docs/getting-started/installation.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gitbook-docs/getting-started/installation.md b/gitbook-docs/getting-started/installation.md index 5096026d..41d77731 100644 --- a/gitbook-docs/getting-started/installation.md +++ b/gitbook-docs/getting-started/installation.md @@ -6,14 +6,6 @@ description: Install zkLLVM toolchain zkLLVM is distributed as a deb package, so you can install it using the following commands: -```bash -echo 'deb [trusted=yes] http://deb.nil.foundation/ubuntu/ all main' >>/etc/apt/sources.list -apt update -apt install -y zkllvm cmake libboost-all-dev -``` - -For Ubuntu, use the following commands: - ```bash sudo bash -c "echo 'deb [trusted=yes] http://deb.nil.foundation/ubuntu/ all main' >>/etc/apt/sources.list" sudo apt update