From ad37baec27ce5fcb6e8efc58fa15b4e4a9732c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?murat=20emir=20cabaro=C4=9Flu?= Date: Fri, 19 Mar 2021 23:38:57 +0300 Subject: [PATCH] =?UTF-8?q?gitignore=20dosyas=C4=B1=20eklendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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. +