Skip to content

Commit

Permalink
修正链接
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjia404 committed Jun 27, 2023
1 parent c6c3c9a commit a79ef3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## zeront to web
## zeronet to web

输出zeronet的内容到web,因为搜索引擎只能索引这种格式。

Expand All @@ -15,14 +15,14 @@ go build -trimpath -ldflags="-w -s"

### 运行
```
.\zeronet2web.exe -dir "F:/soft/ZeroNet-win/data/" -host "https://zeronet.ipfsscan/"
.\zeronet2web.exe -dir "F:/soft/ZeroNet-win/data/" -host "https://zeronet.ipfsscan.io/"
```


### docker 运行

docker run -it -v /mnt/f/soft/zeroNet-win/data/:/zeronet-data/ -v ./db/:/app/db/ -p 20236:20236 chenjia404/zeronet2web /zero
net-data/ -dir "/zeronet-data/" -host "https://zeronet.ipfsscan/"
net-data/ -dir "/zeronet-data/" -host "https://zeronet.ipfsscan.io/"

注意请把`/mnt/f/soft/zeroNet-win/data/` 修改成你的zeronet的data目录。

Expand Down

0 comments on commit a79ef3a

Please sign in to comment.