Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: minor tweaks to instruction document. #864

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/livepeer-in-a-box.md
Expand Up @@ -141,8 +141,8 @@ echo "CATALYST_API_CDN_REDIRECT_PREFIX=https://externalcdn.livepeer.com/mist/" >
echo "CATALYST_API_CDN_REDIRECT_PLAYBACK_IDS=222222222222" >> .env
```

Note that this mechanism is limited to adding new configuration; existing
configuration cannot be modified this way. If you need to modify existing
Note that this mechanism is limited to adding new configuration values; the existing
configuration cannot be modified this way. If you need to modify the existing
configuration you can manually change the file in `config/full-stack.json`. A
more robust configuration management system is under development.

Expand All @@ -165,7 +165,7 @@ The general Livepeer in a Box development cycle works like this:

Thankfully, this entire process has been automated. All you need to do is have
the project you're working on cloned in a directory adjacent to `catalyst`. For
example, if you're hacking on `task-runner`, you might have
example, if you're hacking on `task-runner`, you might have:

```
/home/user/code/catalyst
Expand Down