diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07cf801 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +resources/ \ No newline at end of file diff --git a/README.md b/README.md index 81368d3..f4d0421 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Freifunk Istanbul -Website of Freifunk Istanbul, based on Hugo and Docsy theme. \ No newline at end of file +Website of Freifunk Istanbul, based on Hugo and Docsy theme. + +## Local setup + +```sh +git clone git@git.oyd.org.tr:hsist/freifunk.hackerspace.ist.git + +cd freifunk.hackerspace.ist + +git submodule update --init --recursive + +``` + +last command takes sometimes because it is download necessary files. +