Updating the *Installing prebuild* section in README.md (#1548)
Sub sections that I've updated: *To run lite-xl without installing:* *To install lite-xl copy files over into appropriate directories:* I think the directory structure of prebuilt packages has changed since when README.md was last updated. I've just updated it. Just that. Co-authored-by: Shreyas A S <137637016+shreyasastech@users.noreply.github.com>
This commit is contained in:
parent
16bfa6d958
commit
02e421149b
|
@ -92,15 +92,14 @@ cd lite-xl
|
|||
|
||||
To run lite-xl without installing:
|
||||
```sh
|
||||
cd bin
|
||||
./lite-xl
|
||||
```
|
||||
|
||||
To install lite-xl copy files over into appropriate directories:
|
||||
|
||||
```sh
|
||||
mkdir -p $HOME/.local/bin && cp bin/lite-xl $HOME/.local/bin
|
||||
cp -r share $HOME/.local
|
||||
mkdir -p $HOME/.local/bin && cp lite-xl $HOME/.local/bin/
|
||||
mkdir -p $HOME/.local/share/lite-xl && cp -r data/* $HOME/.local/share/lite-xl/
|
||||
```
|
||||
|
||||
If `$HOME/.local/bin` is not in PATH:
|
||||
|
|
Loading…
Reference in New Issue