mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-15 21:26:11 +00:00
Add README.md
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Typer Text Editor
|
||||
### A simple and easy to use text editor written in Go
|
||||
|
||||
| Default Style | Classic Style |
|
||||
|:----------------------------------------------------------------:|:----------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|
||||
### Installation
|
||||
#### From source:
|
||||
- Download `go` from your package manager or from the go website
|
||||
- Downlaod `which` from your package manager
|
||||
- Download `make` from your package manager
|
||||
- Run the following command to compile Typer
|
||||
```shell
|
||||
make
|
||||
```
|
||||
- Run the following command **with superuser privileges** to install Typer to your system
|
||||
```shell
|
||||
make install SYSCONFDIR=/etc
|
||||
```
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user