Skip to content

Commit

Permalink
Merge pull request #8 from nilsstreedain/dev
Browse files Browse the repository at this point in the history
Added install script to README.md
  • Loading branch information
nilsstreedain authored Sep 5, 2022
2 parents c1ad006 + 2784f07 commit 3e8c314
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ This script is capable of taking an image (of various formats and resolutions) a
-|-|-|-|-|-|-|-|-|-|-|-

## Installation:
(Install script coming soon)
Paste the command below in terminal and enter your password to install misu
```
curl -sSL misu.nilsstreedain.com | bash
```

For now, the script can be downloaded and placed in the `/usr/local/bin/` directory.
Alternatively, the `misu` script may be downloaded and placed in the `/usr/local/bin/` directory.

## Usage:
```
Expand Down
13 changes: 13 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh +x

# install.sh
#
# macOS Iconset Utility
#
# Script for installing misu
#
# Created by Nils Streedain on 9/5/22.

sudo curl https://raw.githubusercontent.com/nilsstreedain/misu/main/misu -sSLo "/usr/local/bin/misu"

sudo chmod +x /usr/local/bin/misu

0 comments on commit 3e8c314

Please sign in to comment.