Skip to content

Commit

Permalink
docs: add download info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Mar 4, 2024
1 parent 2dec0da commit ef6193b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

dot files manager.

## Download

Download the latest version with:

```
$ curl --remote-name-all --location $( \
curl -s https://api.github.com/repos/gszr/dot/releases/latest \
| grep "browser_download_url.*$(uname -s)-$(uname -m).*" \
| cut -d : -f 2,3 \
| tr -d \" )
```

Linux and MacOS on `x86_64` or `arm64`.

## What

* Map dotfiles living in a directory somehwere -- say, a git repo --
Expand Down

0 comments on commit ef6193b

Please sign in to comment.