Move project to writefreely org
This commit is contained in:
parent
76d1db5ad2
commit
1fe0b16d4f
@ -7,7 +7,7 @@ This tool generates a social media-friendly graphic from some text. It's especia
|
|||||||
To run this, you'll need Go installed. With that, you can compile the project:
|
To run this, you'll need Go installed. With that, you can compile the project:
|
||||||
|
|
||||||
```
|
```
|
||||||
go get github.com/writeas/text-pic/cmd/wfgraphic-cli
|
go get github.com/writefreely/text-pic/cmd/wfgraphic-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you can run `wfgraphic-cli` with the options below.
|
Then you can run `wfgraphic-cli` with the options below.
|
||||||
|
@ -18,8 +18,8 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/writeas/text-pic"
|
|
||||||
"github.com/writeas/web-core/log"
|
"github.com/writeas/web-core/log"
|
||||||
|
"github.com/writefreely/text-pic"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user