From 63fb5c0bb88207f6a9d76138097354b8bf7b7a69 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 9 Oct 2022 20:37:35 -0400 Subject: [PATCH] Update docs (#57) * Update docs `go get` has changed to `go install` * Update getting-started.md --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index 8baf646..2dc31d8 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@latest` Now, back in the `create-react-app` directory, package the assets by running either: ```