Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Garen-Wang committed Jun 27, 2021
1 parent 93ea2ca commit 82031fd
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Pie (abbr. Pie Is an Editor) is a cross-platform text editor, intended to be fas

## Features

- graphical user interface
- SOTA inner text representation

- modal editing
- Graphical user interface

- syntax highlighting
- Easy-to-use modal editing

- configurable
- Semantic syntax highlighting

- Configurable

## Usage

Expand Down Expand Up @@ -79,14 +81,15 @@ If you would like to change the system default font to your favorite one like Sa

### Windows

1. Download the pre-built version of Pie.
1. Download the pre-built Windows version of Pie.
2. Extract the archive.
3. Run `pie.exe`.

### Linux

1. Download the Appimage of Pie.
2. Run `pie-x86_64.Appimage`.
1. Download the pre-built Linux version of Pie.
2. Extract the archive.
3. Run `pie`.

### Build from Source

Expand All @@ -95,6 +98,11 @@ If you would like to change the system default font to your favorite one like Sa
3. Copy `shl` and `test` to the source root of the build directory.
4. Run the executable.

## Collaborators

- Qing Liu, a.k.a [guest0x0](https://github.com/guest0x0)
- Xiankai Miao

## License

The repository is under WTFPL.

0 comments on commit 82031fd

Please sign in to comment.