An open API service indexing awesome lists of open source software.

https://github.com/mjpclab/learning-curl

《学习curl》
https://github.com/mjpclab/learning-curl

Last synced: 9 months ago
JSON representation

《学习curl》

Awesome Lists containing this project

README

          

# 学习curl

这是一本有关命令行工具curl用法的电子书教程。

[在线阅读](https://mjpclab.net/learning-curl/)

# 开发环境

## 初始化

安装rust工具链。

初始化项目:

```shell
make init
```

## 启动开发服务器

```shell
make dev
```

# 编译

```shell
make build
```