-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add install/update instructions, and TODOs
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
diskii | ||
====== | ||
|
||
diskii is a commandline tool for working with Apple II disk images. | ||
|
||
[![Build Status](https://travis-ci.org/zellyn/diskii.svg?branch=master)](https://travis-ci.org/zellyn/diskii) | ||
|
||
Eventually, it aims to be a comprehensive disk image manipulation | ||
tool, but for now only the `applesoft decode` command works. | ||
|
||
It is pronounced so as to rhyme with "whiskey". | ||
|
||
[![Build Status](https://travis-ci.org/zellyn/diskii.svg?branch=master)](https://travis-ci.org/zellyn/diskii) | ||
|
||
Discussion/support is in | ||
[#apple2 on the retrocomputing Slack](https://retrocomputing.slack.com/messages/apple2/) | ||
(invites [here](https://retrocomputing.herokuapp.com)). | ||
|
||
### Installing/updating | ||
Assuming you have Go installed, run `go get -u github.com/zellyn/diskii` | ||
|
||
### Short-term TODOs/roadmap | ||
|
||
- [ ] Build per-platform binaries for Linux, MacOS, Windows | ||
- [ ] Implement CATALOG, deletion, and creation of files in DOS 3.3 images |