Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Dec 12, 2023
1 parent 80c6523 commit c2a4e9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
token: ${{ github.token }}
tag: dev
assets: |
browerpowernote.img
brotherpowernote.img
brotherop2.img
brotherwp1.img
kayproii.img
Expand All @@ -62,7 +62,7 @@ jobs:
with:
name: Development build ${{ env.RELEASE_DATE }}
files: |
browerpowernote.img
brotherpowernote.img
brotherop2.img
brotherwp1.img
kayproii.img
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,12 @@ in it which meant they couldn't be distributed anywhere else; this was
How?
----

You pretty much need a Unix --- I developed it on Linux. You'll need to
install the dependencies. These are the names of the Debian packages:
**From binaries:** precompiled disk images are available [as part of the current
development release](https://github.com/davidgiven/cpmish/releases/tag/dev).
This are built automatically and aren't tested in any way.

**From source:** you pretty much need a Unix --- I developed it on Linux. You'll
need to install the dependencies. These are the names of the Debian packages:

- cpmtools
- bazel-bootstrap
Expand Down

0 comments on commit c2a4e9c

Please sign in to comment.