File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ The app creates a sample stack report on the first run over a project without su
39
39
## Quick start
40
40
41
41
1 . Download the latest binary from GitHub
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 `
42
+ * Linux (GNU): ` sudo curl -o /usr/local/bin/stackmuncher -L https://github.com/stackmuncher/stm_app/releases/download/v0.1.6 /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.6 /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.6 /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.6 /stackmuncher-x86_64-pc-windows-msvc.exe -outfile $env:windir\stackmuncher.exe `
46
46
2 . Change the current directory to one of your projects with a Git repository (has _ .git_ subfolder) and run:
47
47
* Linux: ` stackmuncher `
48
48
* Windows PowerShell: ` stackmuncher `
You can’t perform that action at this time.
0 commit comments