<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to User guide</title><link>https://sourceforge.net/p/idream-gl02/wiki/User%2520guide/</link><description>Recent changes to User guide</description><atom:link href="https://sourceforge.net/p/idream-gl02/wiki/User%20guide/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 11 Jan 2021 13:43:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/idream-gl02/wiki/User%20guide/feed" rel="self" type="application/rss+xml"/><item><title>User guide modified by Théo Pennerat</title><link>https://sourceforge.net/p/idream-gl02/wiki/User%2520guide/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,27 @@
-TEST
+Basic explanations of the software :
+
+INSTALLATION :
+
+Some files/directory are necessary to the correct operation of the software :
+
+    - the results folder contains files that the user decided to export. This folder should be created before any extraction.
+    - the package.json file is needed to install the required packages in the node_modules folder. To do that, the user should type "npm install" in the cmd
+
+Once the installation is complete, it is possible to start using the software.
+
+UTILISATION:
+
+The first command to type in the command line interpreter is `node caporalCli.js --help`
+    --&amp;gt; It will show all existing commands and a short desciption for each command
+If a user want to know more information about a command, he can type `node caporalCli.js &amp;lt;commandname&amp;gt; -h`
+    --&amp;gt;It will print the different arguments and options and a short description.
+The user should now be able to type his own commands thanks to the help command given previously
+
+Here are some test commands so that the user knows how to do:
+    
+    - node caporalCli.js numberTweet ./testFiles/fichierBienFormé.csv eaw18 "03 19 2018-00:01:01" "03 24 2018-00:01:01" -g -s
+    - node caporalCli.js listTweet ./testFiles/fichierBienFormé.csv eaw18 -a pmhswe
+    - node caporalCli.js mostRtFromHashtag eaw18 ./testFiles/fichierBienFormé.csv -g -s
+    - node caporalCli.js authors ./testFiles/fichierBienFormé.csv eaw18 -s
+    - node caporalCli.js tweetsByPlace ./testFiles/fichierBienFormé.csv -s -g
+    - node caporalCli.js listHashtag ./testFiles/fichierBienFormé.csv eaw18 -s
&amp;lt;/commandname&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Théo Pennerat</dc:creator><pubDate>Mon, 11 Jan 2021 13:43:38 -0000</pubDate><guid>https://sourceforge.net3c4176c058129e07337c597bf9a91a82742fd8ed</guid></item><item><title>User guide modified by Théo Pennerat</title><link>https://sourceforge.net/p/idream-gl02/wiki/User%2520guide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;TEST&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Théo Pennerat</dc:creator><pubDate>Mon, 11 Jan 2021 13:32:49 -0000</pubDate><guid>https://sourceforge.net37767dd5131e96b17fe72faeaf92e5311ae2d5c4</guid></item></channel></rss>