Skip to content

Commit efa8e61

Browse files
authored
Update README.md
1 parent a6ea992 commit efa8e61

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Fake code editor that writes real code (hopefully yours, probably from someone e
1414
### From release files
1515

1616
1. Download a release gzip file from https://github.com/ignlg/lazy_hacker_editor/releases .
17-
2. Extract it to install the binary, for example: `tar xzf lhe-macos-v0.6.1.tar.gz -C ~/bin`.
17+
2. Extract it to install the binary on any folder of your `$PATH`, for example: `tar xzf lhe-macos-v0.6.1.tar.gz -C ~/bin`.
18+
3. Done! Run `lhe` to try it.
1819

1920
### From source
2021

2122
1. Clone the project with `git clone https://github.com/ignlg/lazy_hacker_editor`.
22-
2. Go to the installation folder, for example: `cd ~/bin`.
23-
3. Run `cargo install --path SOURCE_PATH`, where `SOURCE_PATH` is the path to the clone you did on the first step.
23+
2. Go into the folder: `cd lazy_hacker_editor`.
24+
3. Run `cargo install --path .` and wait for it.
25+
4. Done! Run `lhe` to try it.
2426

2527
## Usage
2628

0 commit comments

Comments
 (0)