Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ignlg committed May 16, 2023
1 parent a6ea992 commit efa8e61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ Fake code editor that writes real code (hopefully yours, probably from someone e
### From release files

1. Download a release gzip file from https://github.com/ignlg/lazy_hacker_editor/releases .
2. Extract it to install the binary, for example: `tar xzf lhe-macos-v0.6.1.tar.gz -C ~/bin`.
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`.
3. Done! Run `lhe` to try it.

### From source

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

## Usage

Expand Down

0 comments on commit efa8e61

Please sign in to comment.