Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rqelibari committed Jul 1, 2024
1 parent 6746950 commit 56cbe01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
Awesome functions that make writing Z shell CLI applications easier.

## Install
To install this library system wide run:
### Automated install
To install this library for the current user run:

```zsh
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/astzweig/zshlib/main/bootstrap.sh)"
```

To install this library system wide run that as root.

### Using release version
You can also just download the latest release and put in in your `$fpath`.

### Using in development
To use this library in you own project add it as a [`git-submodule`][git-submodule]
to your repository.

Expand Down

0 comments on commit 56cbe01

Please sign in to comment.