Skip to content

Commit

Permalink
Updated README.md as per PR comittee meeting lite-xl#8.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Aug 4, 2023
1 parent 1aca9a6 commit 6acc3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ To run lite-xl without installing:
To install lite-xl copy files over into appropriate directories:

```sh
rm -rf $HOME/.local/share/lite-xl $HOME/.local/bin/lite-xl
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/
```
Expand Down

0 comments on commit 6acc3f6

Please sign in to comment.