From e4d42435af7bb89e2934f9f715a0cf75c0bc3141 Mon Sep 17 00:00:00 2001 From: Ahmed Castro Date: Wed, 26 Jul 2023 16:40:23 -0600 Subject: [PATCH] Added missing ` in the OP Stack Getting Started --- src/docs/build/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/build/getting-started.md b/src/docs/build/getting-started.md index a105be8..e3f4898 100644 --- a/src/docs/build/getting-started.md +++ b/src/docs/build/getting-started.md @@ -43,7 +43,7 @@ This tutorial was checked on: | Ubuntu | 20.04 LTS | | | git, curl, jq, and make | OS default | `sudo apt install -y git curl make jq` | | Go | 1.20 | `sudo apt update`
`wget https://go.dev/dl/go1.20.linux-amd64.tar.gz`
`tar xvzf go1.20.linux-amd64.tar.gz`
`sudo cp go/bin/go /usr/bin/go`
`sudo mv go /usr/lib`
`echo export GOROOT=/usr/lib/go >> ~/.bashrc` -| Node | 16.19.0 | `curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -`
`sudo apt-get install -y nodejs npm` +| Node | 16.19.0 | `curl -fsSL https://deb.nodesource.com/setup_16.x \| sudo -E bash -`
`sudo apt-get install -y nodejs npm` | pnpm | 8.5.6 | `sudo npm install -g pnpm` | Foundry | 0.2.0 | `yarn install:foundry`