Skip to content

Commit

Permalink
Added git submodule for the template
Browse files Browse the repository at this point in the history
  • Loading branch information
DobromirM committed Sep 21, 2023
1 parent 509b3a6 commit 453f482
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "templates"]
path = templates
url = [email protected]:nstreamio/swim-template.git
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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
```
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:
```
Expand Down
1 change: 1 addition & 0 deletions templates
Submodule templates added at a1d81f
1 change: 0 additions & 1 deletion templates/swim-template
Submodule swim-template deleted from 8a7993

0 comments on commit 453f482

Please sign in to comment.