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

Commit

Permalink
changed back to absolute import so this can be installed via `go inst…
Browse files Browse the repository at this point in the history
…all`
  • Loading branch information
ssttevee committed May 3, 2016
1 parent 511ff67 commit 5116aec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"./lib"
"github.com/ssttevee/funimation/lib"
"net/http/cookiejar"
"log"
"io"
Expand Down
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ funimation download steins-gate 1

##Installation

###Via `go install`

In your command line, with the latest version of go installed, you can simply use the following command:

```
go install github.com/ssttevee/funimation
```

###Manual Install

Download one of the prebuilt executables, and extract it to somewhere that is in your environment path variable

##Advanced Usage
Expand Down

0 comments on commit 5116aec

Please sign in to comment.