From 3dc1913d41d8e45a20187c80f7565d12fa712d31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Wed, 4 Apr 2018 08:31:54 +0200
Subject: [PATCH] fix list scp

---
 docs.it4i/software/tools/singularity-it4i.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs.it4i/software/tools/singularity-it4i.md b/docs.it4i/software/tools/singularity-it4i.md
index 186fd95cd..aa5cbd83b 100644
--- a/docs.it4i/software/tools/singularity-it4i.md
+++ b/docs.it4i/software/tools/singularity-it4i.md
@@ -234,30 +234,30 @@ $ image-mpi hostname | wc -l
 
 ## How to Use Own Image on Cluster?
 
-1. Prepare the image on your  computer
-2. Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`)
+* Prepare the image on your  computer
+* Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`)
 
 ```console
 local $ scp image  login@login4.salomon.it4i.cz:/home/login/.singularity/image/image
 ```
 
-3. Load module Singularity (`ml Singularity`)
-4. Use your image
+* Load module Singularity (`ml Singularity`)
+* Use your image
 
 ## How to Edit IT4Innovations Image?
 
-1. Transfer the image to your computer
+* Transfer the image to your computer
 
 ```console
 local $ scp login@login4.salomon.it4i.cz:/home/login/.singularity/image/image image
 ```
 
-2. Modify the image
-3. Transfer the image from your computer to your `/home` directory on the cluster
+* Modify the image
+* Transfer the image from your computer to your `/home` directory on the cluster
 
 ```console
 local $ scp image  login@login4.salomon.it4i.cz:/home/login/.singularity/image/image
 ```
 
-4. Load module Singularity (`ml Singularity`)
-5. Use your image
+* Load module Singularity (`ml Singularity`)
+* Use your image
-- 
GitLab