Commit 368d7ce5bada77d0f2b62cef6e535bcefd306529

Authored by Daniela Feitosa
1 parent 9b77f3c1
Exists in master

Added README file

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
README.md 0 → 100644
@@ -0,0 +1,16 @@ @@ -0,0 +1,16 @@
  1 +Import a profile
  2 +================
  3 +
  4 +The script file `import_profile` should be added on `script`folder.
  5 +
  6 +To run:
  7 +
  8 +```
  9 +./script/import_profile <yaml file>
  10 +```
  11 +
  12 +Example:
  13 +
  14 +```
  15 +./script/import_profile config/example_profile.yml
  16 +```