mirror of https://github.com/ImVexed/muon.git
Update docs (#57)
* Update docs `go get` has changed to `go install` * Update getting-started.md
This commit is contained in:
parent
b0ea673fef
commit
63fb5c0bb8
|
@ -23,7 +23,7 @@ yarn
|
||||||
yarn build
|
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:
|
Now, back in the `create-react-app` directory, package the assets by running either:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue