Skip to content

Commit 418cff4

Browse files
committed
docs: install from source
1 parent bf29a0a commit 418cff4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/inflator/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ You can install the inflator using pipx.
44

55
`pipx install inflator`
66

7+
??? Info
8+
9+
If you want to install the bleeding-edge version (straight from source):
10+
1. `git clone https://github.com/inflated-goboscript/inflator`
11+
2. `cd inflator`
12+
3. `pip install -e .`
13+
14+
If you want to update it, just run `git pull`
15+
716
You can now access the `inflate` command.
817
Verify that `inflate -h` shows a help menu like this:
918

0 commit comments

Comments
 (0)