docs: README.md: Fix GitHubs install.sh download link
This commit is contained in:
parent
d4461b07cc
commit
2333e597b1
@ -20,7 +20,7 @@ Just put both `warp4j` and `warp-packer` somewhere in your PATH and run `warp4j
|
||||
Curl one-liner installs the latest versions of both `warp4j` and `warp-packer`:
|
||||
|
||||
```
|
||||
bash -c "$(curl -fsSL https://github.com/kirbylink/warp4j/raw/branch/master/install.sh)"
|
||||
bash -c "$(curl -fsSL https://github.com/kirbylink/warp4j/raw/refs/heads/master/install.sh)"
|
||||
```
|
||||
|
||||
This script will show missing dependencies (if there are any); they must be installed with your package manager.
|
||||
@ -147,4 +147,4 @@ Downloaded runtimes and prepared bundles are here:
|
||||
- Linux: `$HOME/.local/share/warp4j`
|
||||
- macOS: `$HOME/Library/Application Support/warp4j`
|
||||
|
||||
To override cache path, set `WARP4J_CACHE` environment variable.
|
||||
To override cache path, set `WARP4J_CACHE` environment variable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user