Update README.md

This commit is contained in:
nokonoko 2020-11-18 13:14:11 +01:00
parent b8c319f7c4
commit 92417970ba
1 changed files with 1 additions and 7 deletions

View File

@ -31,17 +31,11 @@ Node, or NPM. So we'll just assume you already have them all running well.
### Compiling
First you must get a copy of the uguu code. To do so, clone this git repo.
You will need to recursively clone the repo to get the required PHP submodule,
and the optional user panel submodule.
```bash
git clone --recursive https://github.com/nokonoko/uguu
```
If you don't want either of the submodules run the following command,
```bash
git clone https://github.com/nokonoko/uguu
```
Assuming you already have Node and NPM working, compilation is easy. If you would like any additional submodules, or to exclude the default PHP submodule, use the `MODULES="..."` variable.
Assuming you already have Node and NPM working, compilation is easy.
Run the following commands to do so.
```bash