added readme

main
Daniel Mikula 2023-05-16 11:27:33 +02:00
parent 94c7e6d2c9
commit 9de216c8c3
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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
```