Skip to content

Commit

Permalink
Updated the installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
DobromirM committed Oct 4, 2023
1 parent 6a70052 commit 8c0d3b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# swim-create CLI tool

Install *nix:

```
sudo wget -c https://github.com/nstreamio/swim-create/releases/latest/download/swim-create-x86_64-unknown-linux-gnu.tar.gz | sudo tar -xz -C /usr/local/bin
curl -L https://github.com/nstreamio/swim-create/releases/latest/download/swim-create-x86_64-unknown-linux-gnu.tar.gz | sudo tar -xz -C /usr/local/bin
```
or download manually and run:
```
sudo tar -f swim-create-x86_64-unknown-linux-gnu.tar.gz -xz -C /usr/local/bin
```

Releasing a new version:
```
git tag VERSION (e.g. v0.1.0)
git push origin VERSION
```
6 changes: 6 additions & 0 deletions development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Releasing a new version:

```
git tag VERSION (e.g. v0.1.0)
git push origin VERSION
```

0 comments on commit 8c0d3b1

Please sign in to comment.