From 1806df672d1bdb0a85ea90eb8cb47cdcfabedb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zcan=20O=C4=9Fuz?= Date: Wed, 22 Jul 2020 19:39:02 +0300 Subject: [PATCH 1/2] README eklendi --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..48821bb --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Özgür Yazılım Derneği Güvenlik Rehberi + +Bu depo, [https://guvenlik.oyd.org.tr] adresinde bulunan Güvenlik Rehberi'ni içerir. + +## Kullanım ve test + +Güvenlik Rehberi, [mdBook](https://github.com/rust-lang/mdBook) ile oluşturulmuştur. + +mdBook kurulumu: + +``` +wget https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz -o mdbook.tar.gz +tar xzvf mdbook.tar.gz +sudo mv mdbook /usr/local/bin/ +``` + +Yerel test: + +``` +git clone https://git.oyd.org.tr/oyd/guvenlik.git +cd guvenlik +mdbook serve +``` + +Deployment: + +## Katkıda bulunanlar + +TODO + +## Lisans + + +[![CC BY-SA 4.0][https://licensebuttons.net/l/by-sa/4.0/88x31.png]][http://creativecommons.org/licenses/by-sa/4.0/] From 31141c146ccdef888e7223dcc1759a8b35c123c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zcan=20O=C4=9Fuz?= Date: Wed, 22 Jul 2020 19:42:01 +0300 Subject: [PATCH 2/2] README fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48821bb..e868241 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Özgür Yazılım Derneği Güvenlik Rehberi -Bu depo, [https://guvenlik.oyd.org.tr] adresinde bulunan Güvenlik Rehberi'ni içerir. +Bu depo, [guvenlik.oyd.org.tr](https://guvenlik.oyd.org.tr) adresinde bulunan Güvenlik Rehberi'ni içerir. ## Kullanım ve test @@ -31,4 +31,4 @@ TODO ## Lisans -[![CC BY-SA 4.0][https://licensebuttons.net/l/by-sa/4.0/88x31.png]][http://creativecommons.org/licenses/by-sa/4.0/] +![CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/88x31.png)