Commit 720f977d6bff290ac3ed92f31bb26a230077d707

Authored by lsagona
1 parent 020babaa0a
Exists in master and in 1 other branch dev

modif readme

Showing 1 changed file with 7 additions and 11 deletions Side-by-side Diff

  1 +#Intro
1 2  
2   -##Intro
3   -
4 3 Maritime Visualisation is a tool that allow you to visualize ais data.
5 4  
6 5 ## Usage
7 6  
8 7  
9 8  
10 9  
... ... @@ -18,18 +17,15 @@
18 17 ## Importing and running project
19 18  
20 19 Clone the project with :
21   -```
22   -git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git
23   -```
24 20  
  21 + $git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git
  22 +
25 23 Go to :
26   -```
27   -cd visualisation-maritime
28   -```
29 24  
  25 + $visualisation-maritime
  26 +
30 27 Build and run the project with :
31   -```
32   -gradle run
33   -```
  28 +
  29 + $gradle run
34 30