]> jfr.im git - uguu.git/commitdiff
Update README.md
authornokonoko <redacted>
Wed, 18 Nov 2020 12:14:11 +0000 (13:14 +0100)
committernokonoko <redacted>
Wed, 18 Nov 2020 12:14:11 +0000 (13:14 +0100)
README.md

index b22b50296967b54181ede749522f650dd62f88ce..e86db9c3925626603adf3f9759fcae6aef5f486a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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