Skip to content

Commit

Permalink
docs: install tip
Browse files Browse the repository at this point in the history
  • Loading branch information
catshub committed Jan 19, 2020
1 parent 17ce0ea commit 57b03ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Use the `.gitignore` files from [github/gitignore](https://github.com/github/git

## Installation

#### MacOS
#### MacOS - zsh

```
```shell
curl -L -o- https://raw.githubusercontent.com/catshub/gim/master/install.sh | bash
# after installed
source ~/.zshrc
```

## Usage
Expand Down
5 changes: 5 additions & 0 deletions local_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ fi

# end
cp $GIM_HOME/bin/gim /usr/local/bin/

# ok
echo ""
echo "gim installed"
echo ""

0 comments on commit 57b03ee

Please sign in to comment.