Skip to content

Commit

Permalink
Fix module name
Browse files Browse the repository at this point in the history
Signed-off-by: Joeky <[email protected]>
  • Loading branch information
joeky888 committed Jun 27, 2024
1 parent f8aedf8 commit 89a953e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

### Install binary

Download from https://github.com/app-fast/fil/releases
Download from https://github.com/file-go/fil/releases

### Install from source

```sh
go install github.com/app-fast/fil@latest
go install github.com/file-go/fil@latest
```

### Usage
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module github.com/app-fast/fil

module github.com/file-go/fil

go 1.20

0 comments on commit 89a953e

Please sign in to comment.