Skip to content

Commit

Permalink
update choo readme with troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjm committed Jan 24, 2025
1 parent ca5e3d0 commit 3845072
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/choo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,14 @@ runes:
- `/=` load from specified path (required `%hoon` mark)
- `/*` load from specified path via specified mark (presumptively `%hoon` or `%jock`)
- `/?` version pinning (ignored)

## Developer Troubleshooting

If you make changes to the `poke` arm in `bootstrap/kernel.hoon` or in `hoon-deps/wrapper.hoon`, you'll need to update the `choo.jam` file by running:

```bash
cargo run --release bootstrap/kernel.hoon ../hoon-deps
mv out.jam bootstrap/choo.jam
```

and committing the changes to `choo.jam` so that the CI can properly bootstrap the `choo` kernel.

0 comments on commit 3845072

Please sign in to comment.