# note笔记 **Repository Path**: jakHall/note_notes ## Basic Information - **Project Name**: note笔记 - **Description**: 2019年开始写笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-04 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #pdf 笔记 # pdf 生成 1. 安装nodejs 2. 安装gitbook 通过npm安装gitbook `npm install -g gitbook-cli` 3. 在对应的book目下(携带了SUMMARY.md文件的目录),执行gitbook pdf 生成book 或者使用其他命令来完成