Skip to content

Commit

Permalink
Add intallation instructions to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dušan Mitrović <[email protected]>
  • Loading branch information
dusnm committed Jul 30, 2023
1 parent c2ff81c commit 205ecd4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ type (

This library attempts to make it simple to extract this information out of a string representation of this number.

## Installation
Make sure you have Go installed ([download here](https://go.dev/dl/)).

Initialize your project in a directory of your choice and run `go mod init github.com/your-username/your-repo-name`.
Then install the package with the `go get` command:
```shell
go get -u github.com/dusnm/[email protected]
```

## Basic usage
```go
package main
Expand Down

0 comments on commit 205ecd4

Please sign in to comment.