Update README.md

This commit is contained in:
Ayush Saini 2022-12-25 02:42:40 +05:30 committed by GitHub
parent 4a174ce563
commit 436ee54ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,16 @@
# Bombsquad-Ballistica-Modded-Server # Bombsquad-Ballistica-Modded-Server
Modder server scripts to host ballistica (Bombsquad).Running on BS1.7.10. Modder server scripts to host ballistica (Bombsquad).Running on BS1.7.17.
## Requirements ## Requirements
- Ubuntu 20 and above - Ubuntu 20 and above
- python3.10 - python3.10
- 1 GB free Memory (Recommended 2 GB)
## Getting Started ## Getting Started
- `sudo apt update; sudo apt install python3-pip python3.10-dev python3.10-venv` , or [Python3.10 on Ubuntu 20.04](https://computingforgeeks.com/how-to-install-python-on-ubuntu-linux-system/) - `sudo apt update; sudo apt install software-properties-common -y`
- `sudo add-apt-repository ppa:deadsnakes/ppa`
- `sudo apt install python3-pip python3.10-dev python3.10-venv` ,
- `tmux new -s 43210` - `tmux new -s 43210`
- `git clone https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server` - `git clone https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server`
- `cd Bombsquad-Ballistica-Modded-Server` - `cd Bombsquad-Ballistica-Modded-Server`