diff --git a/README.rst b/README.rst index 73b29e4..a699eb2 100644 --- a/README.rst +++ b/README.rst @@ -40,12 +40,12 @@ Mac OS X ~~~~~~~~ On Mac OS X, there are a lot of prerequisites, so the ``pip`` method probably won't work. -The easiest method is to use ``git`` to clone the `source code repository `__ and +The easiest method is to use ``git`` to clone the `source code repository `__ and run the install script: .. code:: - $ git clone https://github.com/saucelabs/isign.git + $ git clone https://github.com/apperian/isign $ cd isign $ sudo ./INSTALL.sh @@ -59,7 +59,7 @@ and Mac OS X. However, you will need a Mac to export your Apple developer credentials. If you're like most iOS developers, credentials are confusing -- if so check out -the `documentation on credentials `__ on Github. +the `documentation on credentials `__ on Github. You should have a key and certificate in `Keychain Access `__, @@ -212,7 +212,7 @@ Contributing Sauce Labs open source projects have a `Code of Conduct `__. In short, we try to respect each other, listen, and be helpful. -Development happens on `our Github repository `__. File an issue, or fork the code! +Development happens on `our Github repository `__. File an issue, or fork the code! You'll probably want to create some kind of python virtualenv, so you don't have to touch your system python or its libraries. `virtualenvwrapper `__ is a good tool for this. @@ -221,12 +221,12 @@ Then, just do the following: .. code:: - $ git clone https://github.com/saucelabs/isign.git + $ git clone https://github.com/apperian/isign $ cd isign $ dev/setup.sh $ ./run_tests.sh -If the tests don't pass please `file an issue `__. Please keep the tests up to date as you develop. +If the tests don't pass please `file an issue `__. Please keep the tests up to date as you develop. Note: some tests require Apple's `codesign `__