Skip to content

Commit

Permalink
chore: Update README.rst
Browse files Browse the repository at this point in the history
Change `hydro_roll` to `hydro-roll`.
  • Loading branch information
HsiangNianian committed May 28, 2024
1 parent 6ea6359 commit 1a8296d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@

.. code:: shell
pip install hydro_roll
# pip install hydro_roll[all] 安装所有组件
# pip install hydro_roll[basemodel] 安装基础模型
# pip install hydro_roll[dev] 安装开发包
pip install hydro-roll
# pip install hydro-roll[all] 安装所有组件
# pip install hydro-roll[basemodel] 安装基础模型
# pip install hydro-roll[dev] 安装开发包
接着使用 ``atien`` 命令搭建机器人模板并运行。

.. code:: shell
atien new -b coc_example "HydroRollBot"
atien new -b coc-example "HydroRollBot"
cd HydroRollBot
atien run
Expand All @@ -57,11 +57,11 @@
pip install iamai
iamai new "HydroRollDevBot"
iamai install hydro_roll --dist HydroRollDevBot
iamai install hydro-roll --dist HydroRollDevBot
# cd HydroRollDevBot
# iamai install hydro_roll
# iamai install hydro-roll
接着你需要自行修改 *config.toml* 中的相关适配器与 *hydro_roll* 插件的配置。
接着你需要自行修改 *config.toml* 中的相关适配器与 *hydro-roll* 插件的配置。

最后你可能需要一个启动锚点—— ``main.py``。

Expand Down

0 comments on commit 1a8296d

Please sign in to comment.