File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22a system to join docs into a single markdown file
33## Installation
4+ - step 1 : Install vibescript
5+ Install [ vibescript] ( https://github.com/OUIsolutions/VibeScript ) if you don't have it yet:
6+
7+ ### Linux
8+ Run the following command to install VibeScript on Linux:
9+
10+ ``` bash
11+ curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.32.0/vibescript.out -o vibescript.out && chmod +x vibescript.out && sudo mv vibescript.out /usr/local/bin/vibescript
12+ ```
13+
14+ ### Linux and macOS
15+ You need to have ` gcc ` or ` clang ` installed:
16+
17+ ``` bash
18+ curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.35.0/amalgamation.c -o vibescript.c && gcc vibescript.c -o vibescript.out && sudo mv vibescript.out /usr/local/bin/vibescript
19+ ```
20+ - step 2 : Install doc_join
421``` bash
5- vibescript add_script --file https://github.com/Igreja-ChimpStack/Doc-Join/releases/download/0.1.0/doc_join.lua doc_join
22+ vibescript add_script --file https://github.com/Igreja-ChimpStack/Doc-Join/releases/download/0.1.0/doc_join.lua doc_join
623```
724
25+
26+
827## Usage
928``` bash
1029 doc_join --entries docs README.md --output teste.md
You can’t perform that action at this time.
0 commit comments