Skip to content

Commit cdb5bf1

Browse files
att
1 parent e165726 commit cdb5bf1

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11

22
a 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

0 commit comments

Comments
 (0)