> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/github/gdevelop.md).

# Gdevelop

```
echo "# gdevelop" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/fses-school/gdevelop.git
git push -u origin master
```
