README.md

This commit is contained in:
Jeffrey Paul 2021-10-14 09:28:07 +00:00
parent c2e40957e7
commit ae7a2709b0
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# install
```
sudo yum -y update
sudo yum -y install git make
sudo yum -y upgrade
git clone https://git.eeqj.de/sneak/amazonlinux2config.git /tmp/x
cd /tmp/x
make
```