Skip to content

Commit a73930b

Browse files
committed
improve README.md
1 parent 1b7b5a7 commit a73930b

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ English | [简体中文](README.zh-CN.md)
1111

1212
> Hulo-Docs is the official documentation site for the [Hulo language](https://github.com/hulo-lang/hulo), built with [VuePress](https://vuepress.vuejs.org/). It provides tutorials, API references, and guides for Hulo users.
1313
14+
## 📦 Install
15+
```sh
16+
git clone git@github.com:hulo-lang/docs.git
17+
cd docs
18+
```
19+
20+
## 🚀 Usage
21+
```sh
22+
pnpm i
23+
pnpm docs:dev
24+
```
25+
1426
## 🤝 Contributing
1527

1628
All contributions are welcome, including:

README.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212

1313
> Hulo-Docs 是 [Hulo 语言](https://github.com/hulo-lang/hulo) 的官方文档站点源码,基于 [VuePress](https://vuepress.vuejs.org/) 构建,提供 Hulo 语言的教程、标准库文档、使用指南等内容。
1414
15+
## 📦 安装
16+
```sh
17+
git clone git@github.com:hulo-lang/docs.git
18+
cd docs
19+
```
20+
21+
## 🚀 使用
22+
```sh
23+
pnpm i
24+
pnpm docs:dev
25+
```
1526

1627
## 🤝 参与贡献
1728

0 commit comments

Comments
 (0)