Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 5116aec

Browse files
committed
changed back to absolute import so this can be installed via go install
1 parent 511ff67 commit 5116aec

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"fmt"
5-
"./lib"
5+
"github.com/ssttevee/funimation/lib"
66
"net/http/cookiejar"
77
"log"
88
"io"

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ funimation download steins-gate 1
1212

1313
##Installation
1414

15+
###Via `go install`
16+
17+
In your command line, with the latest version of go installed, you can simply use the following command:
18+
19+
```
20+
go install github.com/ssttevee/funimation
21+
```
22+
23+
###Manual Install
24+
1525
Download one of the prebuilt executables, and extract it to somewhere that is in your environment path variable
1626

1727
##Advanced Usage

0 commit comments

Comments
 (0)