Update README.md

This commit is contained in:
Ayush Saini 2025-02-22 16:31:33 +05:30 committed by GitHub
parent e5d4bfca17
commit 5d7585fce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,8 @@ Migrated from API 7 TO API 8 , this might be unstable and missing some features.
- Basic knowledge of Linux - Basic knowledge of Linux
- A VPS (e.g. [Amazon Web Services](https://aws.amazon.com/), [Microsoft Azure](https://portal.azure.com/)) - A VPS (e.g. [Amazon Web Services](https://aws.amazon.com/), [Microsoft Azure](https://portal.azure.com/))
- Any Linux distribution. - Any Linux distribution.
- It is recommended to use Ubuntu. - It is recommended to use Ubuntu (minimum Ubuntu 22).
- Python 3.10 - Python 3.12
- 1 GB free Memory (Recommended 2 GB) - 1 GB free Memory (Recommended 2 GB)
## Getting Started ## Getting Started
@ -44,6 +44,7 @@ Making the server files executable.
``` ```
chmod 777 bombsquad_server chmod 777 bombsquad_server
chmod 777 dist/bombsquad_headless chmod 777 dist/bombsquad_headless
chmod 777 dist/bombsquad_headless_aarch64
``` ```
Starting the server Starting the server
``` ```