Skip to content

Commit c7c3000

Browse files
committed
(doc): update documentation to explain how to perform a system wide install from source.
1 parent 534ba31 commit c7c3000

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/installation.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The Nix derivation installs all 3rd party dependencies.
9797

9898
- Dependencies are all in place:
9999
```console
100-
$ unblob --show-external-dependencies
100+
$ poetry run unblob --show-external-dependencies
101101
The following executables found installed, which are needed by unblob:
102102
7z ✓
103103
debugfs ✓
@@ -114,3 +114,16 @@ The following executables found installed, which are needed by unblob:
114114
yaffshiv ✓
115115
zstd ✓
116116
```
117+
118+
7. (Optional) Install it system wide.
119+
120+
You can install unblob system wide in two operations:
121+
122+
1. Build the unblob distribution package:
123+
124+
cd unblob
125+
poetry build
126+
127+
2. Install the unblob distribution package:
128+
129+
sudo python3 -m pip install dist/unblob-<version>.tar.gz

0 commit comments

Comments
 (0)