diff --git a/README.md b/README.md new file mode 100644 index 0000000..8067471 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# k3s and Application Installer + +Installs k3s and a application on target machine. +For now only application ```sock_shop``` is supported. + +Usage: +``` +./setup.sh -a sock_shop +``` + +Help: +``` +./setup.sh -h +``` \ No newline at end of file