Skip to content

Commit

Permalink
Quite neat.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Mar 26, 2020
1 parent a6d9f50 commit 0e5b87e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ Starts if foreground and live reloads HTML, JS and CSS changes.
./bin/server
open http://localhost:3000/
```

## Unpacking latest release into current directory

```
curl -s https://api.github.com/repos/arkency/nanoc-parcel-tailwind-starter/releases/latest |\
grep tarball_url |\
cut -d'"' -f4 |\
xargs -n 1 curl -sSL |\
tar -xz --strip-components=1
```

0 comments on commit 0e5b87e

Please sign in to comment.