Tweak build instruction

This commit is contained in:
Simeon Warner 2013-09-06 09:09:24 -04:00
parent 6e3d7d3a16
commit 8d6a846cee

View File

@ -15,7 +15,7 @@ Putting up a new version
3. Check out master and merge in dev
4. Check all tests good (python setup.py test; py.test)
5. Check branches as expected (git branch -a)
6. Check local build and version reported OK (python setup.py install; resync --version)
6. Check local build and version reported OK (python setup.py build; sudo python setup.py install; resync --version)
7. Check client works with simulator:
```