Update 'README.md'
This commit is contained in:
parent
07c7c0de1f
commit
cdf9d8f572
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -12,10 +12,21 @@ https://listas.sindominio.net/mailman/listinfo/hackmeeting
|
|||
|
||||
# Contribute
|
||||
|
||||
if you want to contribute chaning the website you need to import this repo
|
||||
if you want to contribute chaning the website you need to
|
||||
1. have an account on lattuga
|
||||
2. know some HTML and CSS (basic)
|
||||
3. install and use git to push your changes
|
||||
|
||||
Once you have that, then proceeed with the following steps to update the file:
|
||||
|
||||
git clone https://git.lattuga.net/samba/eshackmeeting.git
|
||||
# edit some file and save
|
||||
git add FILENAME
|
||||
git commit -m "update FILENAME"
|
||||
git push
|
||||
|
||||
the changes, once approved in the master branch, will be applied on the website in 30m.
|
||||
|
||||
|
||||
and remember to inform the ML about the change.
|
||||
please, remember to inform the ML about the change.
|
||||
|
||||
|
|
Loading…
Reference in a new issue