docs: Correct ln
command in linux install steps (#14078)
Release Notes: - N/A
This commit is contained in:
parent
95637a0320
commit
4434353f73
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ mkdir -p ~/.local
|
||||||
# extract zed to ~/.local/zed.app/
|
# extract zed to ~/.local/zed.app/
|
||||||
tar -xvf <path/to/download>.tar.gz -C ~/.local
|
tar -xvf <path/to/download>.tar.gz -C ~/.local
|
||||||
# link the zed binary to ~/.local/bin (or another directory in your $PATH)
|
# link the zed binary to ~/.local/bin (or another directory in your $PATH)
|
||||||
ln -sf ~/.local/bin/zed ~/.local/zed.app/bin/zed
|
ln -sf ~/.local/zed.app/bin/zed ~/.local/bin/zed
|
||||||
```
|
```
|
||||||
|
|
||||||
If you'd like integration with an XDG-compatible desktop environment, you will also need to install the `.desktop` file:
|
If you'd like integration with an XDG-compatible desktop environment, you will also need to install the `.desktop` file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue