From 6a9c0185ee734fabc4a25a1bc2014221e8f3d285 Mon Sep 17 00:00:00 2001 From: Hugo Lageneste Date: Sun, 15 Mar 2020 23:10:53 +0100 Subject: [PATCH] Add releases information and the travis badge --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 562b834..06bc0cd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@

+

@@ -16,25 +17,25 @@

## Getting started -Clone the project and get into it: +Download the [latest release](https://github.com/hugolgst/digart/releases): -```bash -$ git clone git@github.com:hugolgst/digart.git -$ cd digart -``` - -To run the tool, just type +And then run the tool ```bash -$ go run main.go +$ ./digart +$ digart.exe ``` -To update the image just edit the code in `main.go`, you can use the numbers already in the project: +To change number you can just write the file path ``` resources/e.txt resources/phi.txt resources/pi.txt ``` +```bash +$ ./digart resources/e.txt +``` + ## License [MIT](https://github.com/hugolgst/digart/blob/master/LICENSE)