From 4c179d9910234ed583fa6ef111a99b1d0fe76486 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Tue, 1 Dec 2020 17:08:15 +0800 Subject: [PATCH] :memo: update star guide --- docs/guide/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index c1601dad..a83556aa 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -24,6 +24,12 @@ pip uninstall nonebot pip install nb-cli ``` +3. 点个 star 吧 + + nonebot2: [![nb-cli](https://img.shields.io/github/stars/nonebot/nonebot2?style=social)](https://github.com/nonebot/nonebot2) + + nb-cli: [![nb-cli](https://img.shields.io/github/stars/nonebot/nb-cli?style=social)](https://github.com/nonebot/nb-cli) + ### 不使用脚手架(纯净安装) ```bash