From 9120fb0046e22e750d80769e1078f321bc24c931 Mon Sep 17 00:00:00 2001 From: Shreyas A S <137637016+shreyas-a-s@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:11:49 +0530 Subject: [PATCH] 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> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d7e947b..ee318285 100644 --- a/README.md +++ b/README.md @@ -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: