Skip to content

Commit c649f8b

Browse files
committed
Readme update for v0.1.5
1 parent de87608 commit c649f8b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ The app creates a sample stack report on the first run over a project without su
3838

3939
## Quick start
4040

41-
_This is an alpha release and the only way to run this app is to compile it from the source in Rust._
42-
4341
1. Download the latest binary from GitHub
44-
* Linux (GNU): `sudo curl -o /usr/bin/stackmuncher -L https://github.com/stackmuncher/stm_app/releases/download/v0.1.4/stackmuncher-x86_64-unknown-linux-gnu && sudo chmod 755 /usr/bin/stackmuncher`
45-
* Linux (MUSL): `sudo curl -o /usr/bin/stackmuncher -L https://github.com/stackmuncher/stm_app/releases/download/v0.1.4/stackmuncher-x86_64-unknown-linux-musl && sudo chmod 755 /usr/bin/stackmuncher`
46-
* Windows: `invoke-webrequest -uri https://github.com/stackmuncher/stm_app/releases/download/v0.1.4/stackmuncher-x86_64-pc-windows-msvc.exe -outfile $env:windir\stackmuncher.exe`
42+
* Linux (GNU): `sudo curl -o /usr/local/bin/stackmuncher -L https://github.com/stackmuncher/stm_app/releases/download/v0.1.5/stackmuncher-x86_64-unknown-linux-gnu && sudo chmod 755 /usr/local/bin/stackmuncher`
43+
* Linux (MUSL): `sudo curl -o /usr/local/bin/stackmuncher -L https://github.com/stackmuncher/stm_app/releases/download/v0.1.5/stackmuncher-x86_64-unknown-linux-musl && sudo chmod 755 /usr/local/bin/stackmuncher`
44+
* macOS: `sudo curl -o /usr/local/bin/stackmuncher -L https://github.com/stackmuncher/stm_app/releases/download/v0.1.5/stackmuncher-x86_64-apple-darwin && sudo chmod 755 /usr/local/bin/stackmuncher`
45+
* Windows: `invoke-webrequest -uri https://github.com/stackmuncher/stm_app/releases/download/v0.1.5/stackmuncher-x86_64-pc-windows-msvc.exe -outfile $env:windir\stackmuncher.exe`
4746
2. Change the current directory to one of your projects with a Git repository (has _.git_ subfolder) and run:
4847
* Linux: `stackmuncher`
4948
* Windows PowerShell: `stackmuncher`
@@ -93,7 +92,7 @@ _mx_ and _rimutaka_ are the same person. Let's add both emails to StackMuncher c
9392

9493
Stack reports: /home/mx/stackmuncher/reports/
9594
Config folder: /home/mx/stackmuncher/config/
96-
Executable: /usr/bin/stackmuncher
95+
Executable: /usr/local/bin/stackmuncher
9796
```
9897
The app stored two emails from `--emails` param in its config file and printed its full config info (`config` command). From now on it will look for commits from _[email protected]_ and _[email protected]_.
9998

@@ -178,7 +177,7 @@ Example:
178177
179178
Stack reports: /home/mx/stackmuncher/reports/
180179
Config folder: /home/mx/stackmuncher/config/
181-
Executable: /usr/bin/stackmuncher
180+
Executable: /usr/local/bin/stackmuncher
182181
```
183182
184183
#### Debug settings

0 commit comments

Comments
 (0)