File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ Official documentation
77If you just want to **use ** the library
88(not contribute to it),
99check out the official documentation:
10- http://jgeewax .github.io/gcloud/documentation/
10+ http://GoogleCloudPlatform .github.io/gcloud-python /documentation/
1111
1212Incredibly quick demo
1313---------------------
1414
1515Start by cloning the repository::
1616
17- $ git clone git://github.com/jgeewax /gcloud.git
17+ $ git clone git://github.com/GoogleCloudPlatform /gcloud-python .git
1818 $ cd gcloud
1919 $ python setup.py develop
2020
@@ -38,16 +38,16 @@ How do I build the docs?
3838
3939Make sure you have ``sphinx `` installed and::
4040
41- $ git clone git://github.com/jgeewax /gcloud.git
41+ $ git clone git://github.com/GoogleCloudPlatform /gcloud-python .git
4242 $ pip install sphinx
43- $ cd gcloud/docs
43+ $ cd gcloud-python /docs
4444 $ make html
4545
4646How do I run the tests?
4747-----------------------
4848
4949Make sure you have ``nose `` installed and::
5050
51- $ git clone git://github.com/jgeewax /gcloud.git
51+ $ git clone git://github.com/GoogleCloudPlatform /gcloud-python .git
5252 $ pip install unittest2 nose
5353 $ nosetests
You can’t perform that action at this time.
0 commit comments