Skip to content

Commit

Permalink
Minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
osnr committed Aug 7, 2024
1 parent ab1541b commit b410c06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,10 @@ and then future holds with that key, `ball position`, will
overwrite this statement but not override different holds with
different keys

(there's currently no way to overwrite state from other pages, but we
could probably add a way to provide an absolute key that would allow
that if it was useful.)
You can overwrite another program's Hold with the `on` parameter, like
`Hold (on 852) { ... }` (if the Hold is from page 852) or `Hold (on
virtual-programs/example.folk) { ... }` (if the Hold is from the
example.folk virtual program)

### Every time

Expand Down
2 changes: 1 addition & 1 deletion live-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Builds a bootable Folk OS image.

To run Folk on a PC, [download the latest pre-built Folk image for USB
stick from the Releases
page.](https://github.com/FolkComputer/folk-live-build/releases)
page.](https://github.com/FolkComputer/folk/releases)
Follow the instructions there.

---
Expand Down

0 comments on commit b410c06

Please sign in to comment.