... | @@ -3,6 +3,8 @@ To begin with, open your browser at https://github.com/Punto0/addons-fm register |
... | @@ -3,6 +3,8 @@ To begin with, open your browser at https://github.com/Punto0/addons-fm register |
|
Assuming you have access to a terminal on some computer where you can develop, Fork the repo in your account so you can edit it on your computer. For this you might want an IDE Or some kind of editing program, preferably free software. Change anything you want. Then type in a terminal:
|
|
Assuming you have access to a terminal on some computer where you can develop, Fork the repo in your account so you can edit it on your computer. For this you might want an IDE Or some kind of editing program, preferably free software. Change anything you want. Then type in a terminal:
|
|
|
|
|
|
`
|
|
`
|
|
|
|
git clone https://github.com/Punto0/addons-fm.git
|
|
|
|
# now edit something!
|
|
git commit -a
|
|
git commit -a
|
|
git push
|
|
git push
|
|
`
|
|
`
|
... | | ... | |