Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
学习curl
- Host: GitHub
- URL: https://github.com/mjpclab/learning-curl
- Owner: mjpclab
- Created: 2024-10-18T17:04:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:58:07.000Z (about 2 months ago)
- Last Synced: 2024-11-07T13:50:30.016Z (about 2 months ago)
- Language: Go
- Size: 420 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
```