@@ -31,10 +31,10 @@ If you still have problems to use arm. Try to do the following instead of using
- Open a terminal and change dir to your working directory (for instance ```cd ~/Dropbox/MyPrograms/ARM/```).
- Run ```arm-import <fileName>``` to import the data stored in ```<fileName>```. A database will be generated from it.
- Run ```arm``` to compute the reputations.
- Run ```arm-results``` to get the results in CSV format in a new folder with the name of the database placed in your currently working folder. Notice that by default the database takes the name of the file being use to import it.
- Run ```arm-results``` to get the results in CSV format in a new folder with the name of the database placed in your currently working folder. Notice that by default the database takes the name of the file being used to import it.
- Check the results taking a look at the files.
More commands are available. And more options are available per command. See the list of available commands is and options here. Options between brackets are optional:
More commands are available. And more options are available per command. See the list of available commands and options here. Options between brackets are optional:
-```arm [<dbName>]``` Executes arm. Last imported dbName is used by default.
-```arm-results [<dbName>]``` Generates CSV files with the results stored in dbName. Last imported dbName is used by default.