1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 11:22:31 +01:00

Change "or" to "and"

This commit is contained in:
ReComplexed 2023-10-17 15:32:22 +00:00
parent 4efcfb7ee6
commit bf311e82e6

View File

@ -15,7 +15,7 @@ We do not recommend using Windows to run {{ project.name }}.
- [Git](https://git-scm.com/)
- [NodeJS](https://nodejs.org). Version 18+ (for `npm`, `node` commands)
(NOTE: Ubuntu or Debian based systems often ship with an outdated version of NodeJS, so you can use [NodeSource](https://github.com/nodesource/distributions) to install a newer version)
(NOTE: Ubuntu and Debian based systems often ship with an outdated version of NodeJS, so you can use [NodeSource](https://github.com/nodesource/distributions) to install a newer version)
- [Python](https://www.python.org/). Version 3.10 or later. Make sure this is executable via `python` in your terminal.
(See: `python-is-python3` package)
- On Linux: `gcc`/`g++`. Packaged with `build-essential` on Debian/Ubuntu and `base-devel` on Arch.