rereponame

the reponame is osx-iso, the executable is osxiso
This commit is contained in:
Buster Collings
2015-07-22 13:51:48 -05:00
parent 17e356bbc2
commit beb9a6e205
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ Mac users can download theses files from the App Store.
## Install with [bpkg](https://github.com/bpkg/bpkg) ## Install with [bpkg](https://github.com/bpkg/bpkg)
```sh ```sh
$ bpkg install busterc/osxiso $ bpkg install busterc/osx-iso
``` ```
## Usage ## Usage

View File

@@ -6,13 +6,13 @@
"install": "install -c osxiso ${PREFIX:-/usr/local}/bin", "install": "install -c osxiso ${PREFIX:-/usr/local}/bin",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/busterc/osxiso" "url": "https://github.com/busterc/osx-iso"
}, },
"author": "Buster Collings", "author": "Buster Collings",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/busterc/osxiso/issues" "url": "https://github.com/busterc/osx-iso/issues"
}, },
"homepage": "https://github.com/busterc/osxiso" "homepage": "https://github.com/busterc/osx-iso"
} }