https://github.com/mjpclab/learning-curl
《学习curl》
https://github.com/mjpclab/learning-curl
Last synced: 9 months ago
JSON representation
《学习curl》
- Host: GitHub
- URL: https://github.com/mjpclab/learning-curl
- Owner: mjpclab
- Created: 2024-10-18T17:04:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T02:53:25.000Z (12 months ago)
- Last Synced: 2025-02-05T10:30:55.609Z (11 months ago)
- Language: Go
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 学习curl
这是一本有关命令行工具curl用法的电子书教程。
[在线阅读](https://mjpclab.net/learning-curl/)
# 开发环境
## 初始化
安装rust工具链。
初始化项目:
```shell
make init
```
## 启动开发服务器
```shell
make dev
```
# 编译
```shell
make build
```