Skip to content

Commit

Permalink
Merge pull request #50 from alphatroya/mint
Browse files Browse the repository at this point in the history
Add Mint package manager support
  • Loading branch information
Nonchalant authored Oct 11, 2018
2 parents 820fd22 + ee03024 commit d99ff38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "AppIcon",
products: [
.executable(name: "AppIcon", targets: ["AppIcon"])
],
dependencies: [
.package(url: "https://github.com/kylef/Commander", from: "0.8.0"),
.package(url: "https://github.com/kareman/SwiftShell.git", "4.0.0"..<"5.0.0"),
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ AppIcon.appiconset
$ brew install Nonchalant/appicon/appicon
```

### [Mint](https://github.com/yonaskolb/Mint)

```bash
$ mint run nonchalant/appicon
```

### Manual

Clone the master branch of the repository, then run make install.
Expand Down

0 comments on commit d99ff38

Please sign in to comment.