From a4be76ea4e77e79d1de6c4b64bfb8ec0f78d351a Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 6 Oct 2022 21:37:33 -0400 Subject: [PATCH] Update docs `go get` has changed to `go install` --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 8baf646..a799e82 100644 --- a/getting-started.md +++ b/getting-started.md @@ -23,7 +23,7 @@ yarn yarn build ``` -Ensure you have [fileb0x](https://github.com/UnnoTed/fileb0x) installed and in your `$PATH` variable by running `go get github.com/UnnoTed/fileb0x` +Ensure you have [fileb0x](https://github.com/UnnoTed/fileb0x) installed and in your `$PATH` variable by running `go install github.com/UnnoTed/fileb0x` Now, back in the `create-react-app` directory, package the assets by running either: ```