diff options
author | MatMoul <matmoul@gmail.com> | 2020-01-11 03:37:30 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2020-01-11 03:37:30 +0100 |
commit | b7c2358bb3671ba3b657a06ec28ceb1385672a44 (patch) | |
tree | ab62e892fa4c98e3418b1274ccfe9fe36daab945 | |
parent | 0ecab91292ff6c1211c0f9a75518a276f02bbbbc (diff) | |
download | hyperfi-b7c2358bb3671ba3b657a06ec28ceb1385672a44.tar.lz hyperfi-b7c2358bb3671ba3b657a06ec28ceb1385672a44.tar.xz hyperfi-b7c2358bb3671ba3b657a06ec28ceb1385672a44.zip |
Update README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,3 +31,11 @@ Finally, launch the script: Then follow the on-screen instructions to completion. If you require extra help, visit the provided video playlist and follow my example. + +For developpers, you can test your script with this command : + + sh archfi -t {githubusername} {branchname} + +Example : + + sh archfi -t matmoul master |