Skip to content

Commit

Permalink
Add releases information and the travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolgst authored Mar 15, 2020
1 parent cc38950 commit 6a9c018
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<p align="center">
<a href="https://goreportcard.com/report/github.com/hugolgst/digart"><img src="https://goreportcard.com/badge/github.com/hugolgst/digart"></a>
<a href="https://travis-ci.org/hugolgst/digart"><img src="https://travis-ci.org/hugolgst/digart.svg?branch=master"></a>
</p>

<p align="center">
Expand All @@ -16,25 +17,25 @@
</p>

## Getting started
Clone the project and get into it:
Download the [latest release](https://github.com/hugolgst/digart/releases):

```bash
$ git clone [email protected]: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)

0 comments on commit 6a9c018

Please sign in to comment.