mirror of
https://github.com/etlegacy/etlegacy-snap.git
synced 2024-11-21 19:41:04 +00:00
snap: add basic README
This commit is contained in:
parent
b8f0b9bb63
commit
016fc531fe
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue