Update README
This commit is contained in:
parent
b331560f66
commit
8948b02af6
|
@ -27,11 +27,8 @@ jycache-model 的典型使用场景有:
|
|||
## 安装
|
||||
|
||||
> 注意:
|
||||
|
||||
> 确保你安装了 Python 3.11+ 版本并且安装了 pip。
|
||||
|
||||
> 可以考虑使用 [Miniconda](https://docs.anaconda.com/miniconda/miniconda-install/) 安装和管理不同版本的 Python。
|
||||
|
||||
> pip 的使用见 [这里](https://pip.pypa.io/en/stable/cli/pip_install/)。
|
||||
|
||||
```bash
|
||||
|
@ -61,7 +58,6 @@ hffs daemon stop
|
|||
### Peer 管理
|
||||
|
||||
> 注意:
|
||||
|
||||
> 关于自动 Peer 管理:为了提高易用性,HFFS 计划加入自动 Peer 管理功能(HFFS 自动发现、连接 Peer)。在该功能发布以前,用户可以通过下面的命令手动管理 Peer。
|
||||
|
||||
在 Unix-like 操作系统上,可以使用 [这里](https://www.51cto.com/article/720658.html) 介绍的 `ifconfig` 或者 `hostname` 命令行查找机器的 IP 地址。 在 Windows 操作系统上,可以使用 [这里](https://support.microsoft.com/zh-cn/windows/%E5%9C%A8-windows-%E4%B8%AD%E6%9F%A5%E6%89%BE-ip-%E5%9C%B0%E5%9D%80-f21a9bbc-c582-55cd-35e0-73431160a1b9) 介绍的方式找到机器的 IP 地址。
|
||||
|
@ -88,7 +84,6 @@ hffs peer ls
|
|||
在 Daemon 已经启动的情况下, Daemon 会定期查询其他 peer 是否在线。`hffs peer ls` 命令会把在线的 peer 标注为 "_active_"。
|
||||
|
||||
> 注意:
|
||||
|
||||
> 如果 peer 互通在 Windows 上出现问题,请检查:1. Daemon 是否已经启动,2. Windows 的防火墙是否打开(参见 [这里](https://support.microsoft.com/zh-cn/windows/%E5%85%81%E8%AE%B8%E5%BA%94%E7%94%A8%E9%80%9A%E8%BF%87-windows-defender-%E9%98%B2%E7%81%AB%E5%A2%99%E7%9A%84%E9%A3%8E%E9%99%A9-654559af-3f54-3dcf-349f-71ccd90bcc5c))
|
||||
|
||||
#### 删除 Peer
|
||||
|
|
Loading…
Reference in New Issue