-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add releases information and the travis badge
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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) |