Merge pull request #113 from ragestudio/srgooglo-patch-1

Update README.md
This commit is contained in:
srgooglo 2023-12-18 15:42:07 +01:00 committed by GitHub
commit 0a385558e6

View File

@ -53,7 +53,7 @@ For local development you will need to have installed some tools:
### Setup ### Setup
- Getting the repository - Getting the repository
```shell ```shell
git clone https://github.com/ragestudio/comty && cd comty git clone --recurse-submodules https://github.com/ragestudio/comty && cd comty
``` ```
- Installing all dependencies - Installing all dependencies
@ -74,4 +74,4 @@ yarn
Contributions to Comty are welcome. If you want to contribute, please follow the instructions mentioned in the CONTRIBUTING.md file. Contributions to Comty are welcome. If you want to contribute, please follow the instructions mentioned in the CONTRIBUTING.md file.
## License 📜 ## License 📜
Comty is licensed under the LGPL-2.1 license. See the LICENSE file for more details. Comty is licensed under the LGPL-2.1 license. See the LICENSE file for more details.