Commit 368d7ce5bada77d0f2b62cef6e535bcefd306529
1 parent
9b77f3c1
Exists in
master
Added README file
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
| @@ -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 | +``` |