|
|
@ -20,8 +20,11 @@ Eltm is originaly created for Proxmox Virtual Environment 5+. That's a Debian ba |
|
|
|
You can directly install the client and the server using the enPLS.org APT repository. |
|
|
|
|
|
|
|
To add it : |
|
|
|
W I P |
|
|
|
|
|
|
|
``` |
|
|
|
echo "deb https://repos.enpls.org stable main" >> /etc/apt/sources.list.d/repos.enpls.org.list |
|
|
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 257076CC0F90E6F5 |
|
|
|
apt update |
|
|
|
``` |
|
|
|
|
|
|
|
# Eltm Client |
|
|
|
|
|
|
@ -65,6 +68,7 @@ Warning : make sur you're in the same folder of the template file, absolute path |
|
|
|
- `gopkg.in/ini.v1` |
|
|
|
- `github.com/shibukawa/configdir` |
|
|
|
- `github.com/kyokomi/emoji` |
|
|
|
- `github.com/dustin/go-humanize` |
|
|
|
|
|
|
|
## Build |
|
|
|
Run `./build.sh` to build binaries for client & server. |
|
|
|