snap: add basic README

This commit is contained in:
rafal1137 2024-02-28 19:55:03 +01:00
parent b8f0b9bb63
commit 016fc531fe

24
README.md Normal file
View file

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