Skip to content

Commit

Permalink
Add build.sh script and update README accordingly
Browse files Browse the repository at this point in the history
A new build.sh script has been added for ease of project setup. The README.md has been updated to include instructions on using the new script for the build process. This makes the setup process simpler and more convenient.
  • Loading branch information
PiotrFerenc committed May 9, 2024
1 parent f009859 commit 8c68de8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ wget https://raw.githubusercontent.com/PiotrFerenc/mash2/main/install.sh && chmo
- [docker](https://docs.docker.com/engine/install/)
- [docker-compose](https://docs.docker.com/compose/install/)
- [GO](https://go.dev/doc/install)

```shell
wget https://raw.githubusercontent.com/PiotrFerenc/mash2/main/build.sh && chmod +x build.sh && ./build.sh
```
```git
git clone https://github.com/PiotrFerenc/mash2
```
Expand All @@ -84,7 +86,7 @@ git clone https://github.com/PiotrFerenc/mash2
cd mash2
```

```makefile
```shell
make docker-rebuild
```

Expand Down
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/zsh
git clone https://github.com/PiotrFerenc/mash2
cd mash2
make docker-rebuild

0 comments on commit 8c68de8

Please sign in to comment.