Update README.md

minor update
This commit is contained in:
Rebecca 2021-07-06 15:04:42 -07:00 committed by GitHub
parent 5c55051b96
commit 7380c1ecaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ $ stack --version # we'll want to know this version if you run into trouble
$ stack build && stack exec tests && stack exec unison
```
To run a local codebase-ui while building from source, you can use the `/dev-ui-install.sh` script. It will download the latest release of the codebase-ui and put it in the expected location for the unison executable created by `stack build`.
To run a local codebase-ui while building from source, you can use the `/dev-ui-install.sh` script. It will download the latest release of the codebase-ui and put it in the expected location for the unison executable created by `stack build`. When you start unison, you'll see a url where the codebase-ui is running.
See [`development.markdown`](development.markdown) for a list of build commands you'll likely use during development.