File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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
3939## Quick start
4040
41411 . 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.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 `
42+ * Linux (GNU): ` sudo curl -o /usr/local/bin/stackmuncher -L https://github.com/stackmuncher/stm_app/releases/download/v0.1.7 /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.7 /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.7 /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.7 /stackmuncher-x86_64-pc-windows-msvc.exe -outfile $env:windir\stackmuncher.exe `
46462 . Change the current directory to one of your projects with a Git repository (has _ .git_ subfolder) and run:
4747 * Linux: ` stackmuncher `
4848 * Windows PowerShell: ` stackmuncher `
Original file line number Diff line number Diff line change 11[package ]
22name = " stackmuncher"
3- version = " 0.1.3 "
3+ version = " 0.1.7 "
44authors = [
" rimutaka <[email protected] >" ]
55edition = " 2018"
66homepage = " https://stackmuncher.com"
You can’t perform that action at this time.
0 commit comments