Skip to content

Commit 3c0b7d2

Browse files
committed
Missed readme changes
1 parent 1cf6d68 commit 3c0b7d2

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ I made commits to `~/rust/xml_to_serde` project recently and now want to test St
5656
```shell
5757
~$ cd rust/xml_to_serde
5858
~/rust/xml_to_serde$ stackmuncher
59-
Stack report: /var/tmp/stackmuncher/reports/home_ubuntu_rust_xml_to_serde_git_9a32520d
60-
Directory profile: https://stackmuncher.com/?dev=9PdHabyyhf4KhHAE1SqdpnbAZEXTHhpkermwfPQcLeFK
59+
Stack reports: /home/mx/stackmuncher/reports/home_ubuntu_rust_xml_to_serde_git_9a32520d
60+
Project added to: https://stackmuncher.com/?dev=9PdHabyyhf4KhHAE1SqdpnbAZEXTHhpkermwfPQcLeFK
6161

6262
```
6363

@@ -87,11 +87,12 @@ _mx_ and _rimutaka_ are the same person. Let's add both emails to StackMuncher c
8787
Commit emails: max@onebro.me, rimutaka@onebro.me
8888

8989
Anonymous profile: https://stackmuncher.com/?dev=9PdHabyyhf4KhHAE1SqdpnbAZEXTHhpkermwfPQcLeFK
90-
Public profile: not set
90+
Public profile: disabled
9191
GitHub validation: not set
9292

93-
Local stack reports: /var/tmp/stackmuncher/reports/home_ubuntu_rust_stm_app_6213a4b2
94-
Config file: /home/ubuntu/.stm_config/config.json
93+
Stack reports: /home/mx/stackmuncher/reports/
94+
Config folder: /home/mx/stackmuncher/config/
95+
Executable: /usr/bin/stackmuncher
9596
```
9697
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 _max@onebro.me_ and _rimutaka@onebro.me_.
9798

@@ -142,7 +143,7 @@ The 2nd machine will be connected to the same Developer Profile as the first one
142143

143144
Running `stackmuncher` without any additional params generates a report for the project in the current working directory and updates your Developer Profile.
144145

145-
Some of the app's settings are cached in a local config file and only need to be set once. You can set, change or unset them via CLI params or by editing _.stm_config/config.json_ file directly.
146+
Some of the app's settings are cached in a local config file and only need to be set once. You can set, change or unset them via CLI params or by editing _config.json_ file directly.
146147
147148
#### Processing settings
148149
@@ -154,7 +155,7 @@ Example:
154155
```shell
155156
~$ stackmuncher --project "~/rust/stm_server" --emails "max@onebro.me, rimutaka@onebro.me" --dryrun
156157
157-
Stack report: /var/tmp/stackmuncher/reports/home_ubuntu_rust_stm_server_a8ff58d9
158+
Stack reports: /home/mx/stackmuncher/reports/home_ubuntu_rust_stm_server_a8ff58d9
158159
Directory Profile update skipped: `--dryrun` flag.
159160
```
160161
@@ -173,8 +174,9 @@ Example:
173174
Public profile: https://stackmuncher.com/rimutaka
174175
GitHub validation: https://gist.github.com/rimutaka/fb8fc0f87ee78231f064131022c8154a
175176
176-
Local stack reports: /var/tmp/stackmuncher/reports
177-
Config file: /home/ubuntu/.stm_config/config.json
177+
Stack reports: /home/mx/stackmuncher/reports/
178+
Config folder: /home/mx/stackmuncher/config/
179+
Executable: /usr/bin/stackmuncher
178180
```
179181
180182
#### Debug settings

0 commit comments

Comments
 (0)