From 4f14af2659965488eb42519e1f9342e28bc7b7d1 Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Tue, 28 Apr 2020 14:18:21 +0430 Subject: Decorate various tags Unitl now, there were almost no decorations introduced to and tags. With this commit, the webpage gets a colorful soul. --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 8dad4f1..c81b6f7 100755 --- a/index.html +++ b/index.html @@ -87,17 +87,17 @@

Start building your project in Maneage

To start a new project, simply run these commands to clone it from its Git repository.


- 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.
+ 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.
                     

You are now ready to configure and make the raw template with the commands below. If they are successful, you can start customizing it.


- ./project configure    # Build all necessary software from source.
- ./project make         # Do the analysis (download data, run software on data, build PDF).
+ ./project configure    # Build all necessary software from source.
+ ./project make         # Do the analysis (download data, run software on data, build PDF).
                     

See the Customization Checklist in the cloned README-hacking.md file for the next steps to start customizing Maneage for your project. @@ -123,9 +123,9 @@ You only need to do this once and keep this for future fixes.

  • Push your branch to that remote: - - git push my-remote my-fix - +
    
    + git push my-remote my-fix
    +                            
  • Submit a link to your fork and the corresponding branch on Savannah. If you are registered on Savannah, you can also submit it as a bug or a task. -- cgit v1.2.1