1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 14:36:47 +00:00

Merge pull request #48 from tuna/huiyiqun-patch-1

Update README.md
这个提交包含在:
bigeagle
2016-11-06 21:24:36 +08:00
提交者 GitHub
当前提交 6225e86d12

查看文件

@@ -104,3 +104,17 @@ Finally generate and sign host cert with root CA
```
openssl x509 -req -in host.csr -CA rootCA.crt -CAkey rootCA.key -CAcreateserial -out host.crt -days 365 -extensions v3_req -extfile req.cnf
```
## Building
Setup GOPATH like [this](https://golang.org/cmd/go/#hdr-GOPATH_environment_variable).
Then:
```
go get -d github.com/tuna/tunasync/cmd/tunasync
cd $GOPATH/src/github.com/tuna/tunasync
make
```
If you have multiple `GOPATH`s, replace the `$GOPATH` with your first one.