Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lartu authored Nov 9, 2019
1 parent 21afa75 commit 914d739
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@

**Lute**, Lartu's Utility for Text Editing, is a simple, no-nonsense text editor for Unix and general \*nix systems written in LDPL. While written as a proof of concept for the [LDPL Programming Language](https://github.com/lartu/ldpl), Lute is completely functional and has been written using mostly itself as the text editor for its code.

![Lute Screenshot](images/screenshot.png)

### Building Lute

Clone this repository, `cd` it and run `ldpl lute.ldpl -o=lute`.

### Releases

You can download pre-compiled binaries of Lute for amd64 Linux from the [releases](https://github.com/Lartu/lute/releases) section of this repository.

### Usage

Run `lute <file>` to open `<file>` and edit it.
Expand Down

0 comments on commit 914d739

Please sign in to comment.