diff --git a/README.md b/README.md new file mode 100644 index 0000000..93557b4 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# ET Legacy on Snap +## Ubuntu/Ubuntu Core/Frame IoT and others Linux distributions that support Snap + +To install ET Legacy Snap. +``` +sudo snap install etlegacy --stable +``` + +Supported Architectures: +``` +amd64 | arm64 +``` + +## Other requirements if needed +``` +/snap/etlegacy/current/bin/setup.sh +``` + +To run ET Legacy Snap. +``` +Type: + etlegacy.etl to run client side + etlegacy.etl-ded to run server side +```