Commit f71bf98c authored by Vitaly Lipatov's avatar Vitaly Lipatov

README.md: add instruction for install without curl

parent e002a751
......@@ -63,6 +63,12 @@ Just run under root user:
# curl -s https://raw.githubusercontent.com/Etersoft/eepm/master/packed/epm.sh | bash /dev/stdin ei --auto
```
You you have no curl on your system, just download file `https://raw.githubusercontent.com/Etersoft/eepm/master/packed/epm.sh`
and run in the download directory:
```
# bash epm.sh ei
```
## How to add new distro support
1. Fix detection with `distro_info`
2. Add distro support in `set_pm_type` function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment