Skip to content

Commit a3683b9

Browse files
committed
Merge branch 'master' of https://github.com/stackmuncher/stm_app
2 parents 8602249 + 01150df commit a3683b9

File tree

2 files changed

+5
-54
lines changed

2 files changed

+5
-54
lines changed

InRelease

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Software Developer Profile Builder
22

3-
#### StackMuncher app helps developers find work that matches their skills and interests. It analyzes their commits in their local Git repositories and builds a profile in the [Open Directory of Software Developers](https://stackmuncher.com).
3+
#### StackMuncher app helps developers find work that matches their skills and interests. It analyzes commits in their local Git repositories and builds a profile in the [Open Directory of Software Developers](https://stackmuncher.com).
44

55
The code analysis is non-judgemental. It simply collects the facts such as what languages and frameworks are used, number of lines of code or library use. All that data is assembled into a Developer Profile to help someone looking for your skills to find you.
66

@@ -39,10 +39,10 @@ The app creates a sample stack report on the first run over a project without su
3939
## Quick start
4040

4141
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`
4646
2. 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`

0 commit comments

Comments
 (0)