From 720f977d6bff290ac3ed92f31bb26a230077d707 Mon Sep 17 00:00:00 2001 From: lsagona Date: Mon, 24 Aug 2020 11:04:13 +0200 Subject: [PATCH] modif readme --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3e16b5c..88f5a0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - -##Intro +#Intro Maritime Visualisation is a tool that allow you to visualize ais data. @@ -18,17 +17,14 @@ A specific MMSI can be highlighted by selecting it in the left panel and specifi ## Importing and running project Clone the project with : -``` -git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git -``` + + $git clone https://disc.univ-fcomte.fr/gitlab/fditeam/visualisation-maritime.git Go to : -``` -cd visualisation-maritime -``` + + $visualisation-maritime Build and run the project with : -``` -gradle run -``` + + $gradle run \ No newline at end of file -- 1.7.10.4