diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-25 04:37:49 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-25 04:37:49 +0100 |
commit | 32740cbd8c4bbb0b06a7b2f53b2feaaeff75bc06 (patch) | |
tree | 81f471aaa5d0c8fb51e76b1b13e447518b044da2 /index.html | |
parent | 6082be0b18038225829674aed07752c391991ef6 (diff) |
Git URL in demo command now moved to git.maneage.org
I just setup this repository to host the project on our own servers,
so its better to use it instead of GitLab.
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ Maneage is a recipient of the <a href="https://www.rd-alliance.org/node/64603">RDA Europe Adoption grant</a>. </p> - <p> To start a new project, simply run these commands, the main Git branch is currently <a href="https://gitlab.com/maneage/project">hosted on Gitlab</a>: </p> - <code style="display: block; white-space: pre-wrap;">git clone https://gitlab.com/maneage/project.git # Clone Maneage, default branch `maneage'. + <p> To start a new project, simply run these commands: </p> + <code style="display: block; white-space: pre-wrap;">git clone https://git.maneage.org/project.git # Clone Maneage, default branch `maneage'. mv project my-project && cd my-project # Set custom name and enter directory. git remote rename origin origin-maneage # Rename remote server to use `origin' later. git checkout -b master # Make new `master' branch, start customizing.</code> |