Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrFerenc authored May 10, 2024
1 parent 61df963 commit 5b37417
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ Linux:
wget https://raw.githubusercontent.com/PiotrFerenc/mash2/main/install.sh && chmod +x install.sh && ./install.sh
```

Windows:
```shell
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/PiotrFerenc/mash2/main/install.ps1" -OutFile "install.ps1"; .\install.[s1
```
## Build
### requirements
Expand All @@ -75,19 +81,10 @@ 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
```

```shell
cd mash2
```
Linux:
```shell
make docker-rebuild
wget https://raw.githubusercontent.com/PiotrFerenc/mash2/main/build.sh && chmod +x build.sh && ./build.sh
```
## Usage
Expand Down

0 comments on commit 5b37417

Please sign in to comment.