We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdc911 commit eba010bCopy full SHA for eba010b
README.md
@@ -5,8 +5,8 @@ Follow these instructions to install it, based on RayRacine's code at github.com
5
1. Create an account on OpenShift.
6
1. Use their console to create an application, say named "test".
7
* The console shows you that you have a git repo, and a URL for your app.
8
- * e.g., git clone ssh://\<long number here>@test-<namespace>.rhcloud.com/~/git/test.git/
9
- * and http://test-<namespace>.rhcloud.com
+ * e.g., git clone ssh://\<long number here>@test-\<namespace>.rhcloud.com/~/git/test.git/
+ * and http://test-\<namespace>.rhcloud.com
10
1. Clone your OpenShift repo on your laptop or whatever in say /code
11
* cd /code
12
* git clone ssh://\<long number here>@test-<namespace>.rhcloud.com/~/git/test.git/
0 commit comments