Skip to content

Commit

Permalink
fix: domain & version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-matsuzawa authored Mar 30, 2021
1 parent 7f23c18 commit 34cacf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,14 @@ cmake version is 3.15 or higher: `cmake --install build`
sudo ./tools/cleanup_install_files.sh

(download)
wget https://github.com/cryptogarageinc/cfd-go/releases/download/v0.1.34/cfdgo-v0.1.34-ubuntu1804-gcc-x86_64.zip
wget https://github.com/p2pderivatives/cfd-go/releases/download/v0.3.0/cfdgo-v0.3.0-ubuntu1804-gcc-x86_64.zip

(unzip)
sudo unzip -q cfdgo-v0.1.34-ubuntu1804-gcc-x86_64.zip -d /
```

- Windows
1. get releases asset. (ex. https://github.com/cryptogarageinc/cfd-go/releases/download/v0.1.34/cfdgo-v0.1.34-win-gcc-static-x86_64.zip )
1. get releases asset. (ex. https://github.com/p2pderivatives/cfd-go/releases/download/v0.3.0/cfdgo-v0.3.0-win-gcc-static-x86_64.zip )
2. Expand to PATH

### uninstall
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cryptogarageinc/cfd-go
module github.com/p2pderivatives/cfd-go

go 1.16

Expand Down

0 comments on commit 34cacf3

Please sign in to comment.