# learning-curl **Repository Path**: mjpclab/learning-curl ## Basic Information - **Project Name**: learning-curl - **Description**: 《学习curl》电子书 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-05 - **Last Updated**: 2025-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习curl 这是一本有关命令行工具curl用法的电子书教程。 [在线阅读](https://mjpclab.net/learning-curl/) # 开发环境 ## 初始化 安装rust工具链。 初始化项目: ```shell make init ``` ## 启动开发服务器 ```shell make dev ``` # 编译 ```shell make build ```