Skip to content

Commit ddad1d5

Browse files
committed
Readme - move multiple machine usage up
1 parent dbe0dbf commit ddad1d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ The code analysis is non-judgemental. It simply collects the facts such as what
1010
- [Quick start](#quick-start)
1111
- [Adding more commit emails](#adding-more-commit-emails)
1212
- [Adding more projects to your profile](#adding-more-projects-to-your-profile)
13+
- [Using StackMuncher app on multiple machines](#using-stackmuncher-app-on-multiple-machines)
1314
- [Detailed usage instructions](#detailed-usage-instructions)
1415
- [Additional options](#additional-options)
1516
- [Processing settings](#processing-settings)
1617
- [Profile settings](#profile-settings)
1718
- [Debug settings](#debug-settings)
1819
- [Additional commands](#additional-commands)
19-
- [Using StackMuncher app on multiple machines](#using-stackmuncher-app-on-multiple-machines)
2020
- [Limitations](#limitations)
2121
- [Troubleshooting](#troubleshooting)
2222
- [Bug reports and contributions](#bug-reports-and-contributions)
@@ -122,6 +122,14 @@ Git will invoke the app every time you make a commit to a repo with the post-com
122122

123123
You can skip adding the Git hook and run `stackmuncher` from the root of any of your projects. No additional params are required.
124124

125+
## Using StackMuncher app on multiple machines
126+
127+
1. Clone this repo onto a 2nd machine
128+
2. Run `cargo run -- view_config` to bootstrap the app
129+
3. Copy-paste the contents of `.stm_config/config.json` and `.stm_config/key.txt` from the 1st to the 2nd machine
130+
131+
The 2nd machine will be connected to the same Developer Profile as the first one for as long as they share the same _key.txt_ file. If you loose the key file the app will generate a new one and create a new Developer Profile. Contact us on [email protected] to merge the old profile into the new one.
132+
125133
## Detailed usage instructions
126134

127135
Running `stackmuncher` without any additional params generates a report for the project in the current working directory and updates your developer profile.
@@ -181,14 +189,6 @@ Example:
181189
#### Additional commands
182190
* `view_config`: displays the contents of the config file and its location. The config file can be edited manually or copied to another machine together with the key file to connect to the same Developer Profile.
183191

184-
## Using StackMuncher app on multiple machines
185-
186-
1. Clone this repo onto a 2nd machine
187-
2. Run `cargo run -- view_config` to bootstrap the app
188-
3. Copy-paste the contents of `.stm_config/config.json` and `.stm_config/key.txt` from the 1st to the 2nd machine
189-
190-
The 2nd machine will be connected to the same Developer Profile as the first one for as long as they share the same _key.txt_ file. If you loose the key file the app will generate a new one and create a new Developer Profile. Contact us on [email protected] to merge the old profile into the new one.
191-
192192
## Limitations
193193

194194
_The current version of the app is at alpha-stage and should be used for testing purposes only._

0 commit comments

Comments
 (0)