From 0066494310d21faf7e666cc0bc9be20064f47dc6 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 6 Oct 2022 21:39:10 -0400 Subject: [PATCH] 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 a799e82..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 install 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: ```