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