Update docs

`go get` has changed to `go install`
This commit is contained in:
Chris 2022-10-06 21:37:33 -04:00 committed by GitHub
parent b0ea673fef
commit a4be76ea4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```