Merge pull request #97 from EngineGPDev/Update-README.md
Update README.md
This commit is contained in:
commit
e2bf38003d
1 changed files with 13 additions and 5 deletions
18
README.md
18
README.md
|
@ -19,23 +19,31 @@
|
|||
- **Minecraft Java**
|
||||
- **RUST**
|
||||
## Automatic installation
|
||||
- **Update indexes and packages**
|
||||
**Update indexes and packages**
|
||||
```bash
|
||||
apt -y update && apt -y upgrade
|
||||
```
|
||||
- **Install GIT**
|
||||
**Install GIT**
|
||||
```bash
|
||||
apt -y install git
|
||||
```
|
||||
- **Clone the repository**
|
||||
**Clone the repository**
|
||||
```bash
|
||||
git clone https://github.com/EngineGPDev/Autoinstall.git
|
||||
```
|
||||
- **Make the installation file executable**
|
||||
**Make the installation file executable**
|
||||
```bash
|
||||
chmod +x ./Autoinstall/install.sh
|
||||
```
|
||||
- **Run automatic installation**
|
||||
**Run automatic installation**
|
||||
```bash
|
||||
./Autoinstall/install.sh
|
||||
```
|
||||
## Contributors
|
||||
- [belomaxorka](https://github.com/belomaxorka)
|
||||
## Official sources
|
||||
- [Website](https://www.enginegp.com) - official website
|
||||
- [Documentation](https://docs.enginegp.com) - official documentation
|
||||
- [MantisBT](https://bugs.enginegp.com) - official bugtracker
|
||||
- [Telegram](https://t.me/enginegpdev) - telegram channel
|
||||
- [VKontakte](https://vk.com/enginegp) - vkontakte group
|
||||
|
|
Loading…
Reference in a new issue