# knowledge **Repository Path**: gaosongstu/knowledge ## Basic Information - **Project Name**: knowledge - **Description**: 知识库 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-10-22 - **Last Updated**: 2021-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction 收集各种知识记录 ## 使用说明 1. 安装npm * calibre 用于导出pdf 1. deepbin 或 ubuntu: ```shell sudo apt install -y npm calibre ``` 2. centos 2. 安装gitbook ```shell sudo npm install gitbook-cli -g ``` 3. 启用gitbook即可浏览 ```shell gitbool install gitbook build gitbook serve ``` 4. 导出pdf ```shell gitbook pdf ```