From 84e2ceabcf35309249ed069c5755c0d079d133d5 Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+franjsco@users.noreply.github.com> Date: Sat, 2 Jan 2021 22:24:08 +0100 Subject: [PATCH] Update index.md --- index.md | 71 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 26 deletions(-) diff --git a/index.md b/index.md index 5f16078..4adafa5 100644 --- a/index.md +++ b/index.md @@ -1,37 +1,56 @@ -## Welcome to GitHub Pages +

iliadly 📱

+

+ Version + + Maintenance + + + License: GPL--3.0--or--later + + + Twitter: franjsco + +

-You can use the [editor on GitHub](https://github.com/franjsco/iliadly/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. +> Consulta i contatori della tua offerta iliad direttamente dal terminale. -### Markdown -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for -```markdown -Syntax highlighted code block +Per utilizzarlo è necessario essere connessi con rete iliad. -# Header 1 -## Header 2 -### Header 3 + -- Bulleted -- List -1. Numbered -2. List +## Installazione -**Bold** and _Italic_ and `Code` text +1. Clonare il repository: + ```sh + git clone https://github.com/franjsco/iliadly ~/.iliadly -[Link](url) and ![Image](src) + cd ~/.iliadly + ``` + +2. Installare le dipendenze + ```sh + pip install -r requirements.txt + ``` + +3. Concedere i permessi di esecuzione allo script + ```sh + chmod +x iliadly.py + ``` + +4. Creare collegamento simbolico in /usr/local/bin: + ```sh + cd /usr/local/bin + sudo ln -s ~/.iliadly/iliadly.py iliadly + ``` + + +## Utilizzo + +Per mostrare i contatori, aprire il terminale e lanciare il comando: +```sh +iliadly ``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/franjsco/iliadly/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.