From 32740cbd8c4bbb0b06a7b2f53b2feaaeff75bc06 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 25 Apr 2020 04:37:49 +0100 Subject: 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. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c87622b..e174e46 100755 --- a/index.html +++ b/index.html @@ -51,8 +51,8 @@ Maneage is a recipient of the RDA Europe Adoption grant.

-

To start a new project, simply run these commands, the main Git branch is currently hosted on Gitlab:

- git clone https://gitlab.com/maneage/project.git # Clone Maneage, default branch `maneage'. +

To start a new project, simply run these commands:

+ 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. -- cgit v1.2.1