From 1881492546c8dcd0c46d7ebcb8f6b4040c9661a6 Mon Sep 17 00:00:00 2001 From: willip Date: Thu, 7 Mar 2019 22:30:00 +0000 Subject: [PATCH] readme update --- README.md | 30 ++++++++++++++++++++---------- index.html | 37 ------------------------------------- 2 files changed, 20 insertions(+), 47 deletions(-) delete mode 100644 index.html diff --git a/README.md b/README.md index 87b2750..ee0cea4 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,35 @@ - [x] virtualenv - [x] git repo - [x] how to make a daemon? -- [ ] get argparse working -- [ ] implement config file +- [x] get argparse working +- [x] implement config file - [ ] model default system - [ ] list / add / edit / delete operating systems - [ ] model -> storage -> bool overwrite_always false # cli -./quickos os storage - os: operating_system - storage: storage where to flash the os -- install a system (arch, ubuntu, debian, suse, etc.) to a stick -- list / add / edit / delete operating systems +``` +$ ./quickos -h +usage: quickos.py [-h] os storage + +flash linux operating systems on the fly + +positional arguments: + os the operating system that should be flashed + storage the storage where the os shall be flashed + + optional arguments: + -h, --help show this help message and exit +``` # model ## operating_system -- string name -- string url_os -- string url_sig +- string file_name +- string file_url +- string test_name +- string test_url +- string test_sha256 - int interval [ days ], default = 7 days ## storage diff --git a/index.html b/index.html deleted file mode 100644 index 097c7d9..0000000 --- a/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - willipink - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Hello world!

- -