Skip to content

Commit 691d278

Browse files
committed
Update readme
1 parent 6ccbed5 commit 691d278

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ current local repository. For more context, see the
1313

1414
Starting with version 0.2.0, the script also blanks out the global git config for `user.name` and `user.email`. We found some students would forget to run this script before committing and they would follow the git instructions to set the global user settings. Any future devs on that machine who also forgot to run this script before committing would unknowingly get the global settings. This change attempts to mitigate that scenario.
1515

16+
Version 1.0.2 makes a further change so that the behaviour described above only occurs if the `--on-campus` flag is used during configuration since this behaviour is not ideal for people working from their personal machines.
1617

1718
## Installation
1819

1920
```sh
20-
yarn global add git-iam
21+
yarn global add @devacademy/git-iam
2122
# or
22-
npm install git-iam --global
23+
npm i -g @devacademy/git-iam
2324
```
2425

2526
## Create users.json

0 commit comments

Comments
 (0)