From e52e7f9e2d2ad6c8fe08012ec8c4fe626f90e7f5 Mon Sep 17 00:00:00 2001 From: apostolof Date: Wed, 2 Feb 2022 17:08:27 +0200 Subject: [PATCH] feat: add a bit of content to the README --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00d050d..1fe124b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ -# Αυτόνομο κοινωνικό δίκτυο βασισμένο σε τεχνολογίες αποκέντρωσης +# Concordia White Paper +> A decentralized social network that supports democratic polls -*WIP* +This repository contains the Latex code for the final report of the diploma thesis "Autonomous social network based on distributed technologies". This report doubles as the white paper for Concordia, the proof of concept application developed during the research part of the thesis. Unfortunately, the report is only available in Greek. -## How to run -`xelatex.exe -synctex=1 -interaction=nonstopmode -shell-escape "thesis".tex` +## How to compile + +Make sure you have xelatex and pygmentized installed. In windows run: + +```bash +xelatex.exe -synctex=1 -interaction=nonstopmode -shell-escape "thesis".tex +``` + +In linux (with latexmk): + +```shell +latexmk -bibtex -synctex=1 -interaction=nonstopmode -shell-escape -xelatex thesis.tex +```