Skip to content

Commit 13a0986

Browse files
authored
updating to master git command
1 parent 601c625 commit 13a0986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/walkthrough/phase-2/update-your-rig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
You've probably heard about all kinds of cool new features that you want to try. If they're part of the master branch already, you just need to go enable them (usually by [re-running the oref0-setup script](http://openaps.readthedocs.io/en/latest/docs/walkthrough/phase-2/oref0-setup.html#re-running-the-setup-script)).
44

5-
However, if it's a brand-new feature that's being tested or is recently added to master, you'll need to install the new version of `oref0` first.
5+
However, if it's a brand-new feature that's being tested or is recently added to master, you'll need to install the new version of `oref0` first. By the way, if you want to check which branch of oref0 you are currently running, `cd src/oref0` and then `git branch`.
66

77
## Step 1: Install the new version
88

99
#### Recommended: To get the new stuff from the newest released master version of oref0
1010

11-
1. `sudo npm install -g oref0`
11+
1. `cd ~/src/oref0 && git checkout master && sudo npm install -g oref0`
1212

1313
#### Optional: To get on "dev" branch to test even more recently added new stuff
1414

0 commit comments

Comments
 (0)