Update README again

This commit is contained in:
dylan 2023-05-14 23:41:46 -07:00
parent a7efee86e5
commit 9cb77c7d59

View File

@ -6,7 +6,7 @@ NOTE: If you are running Faux on Linux, you will need to have `xsel` installed.
## Developing
Faux is written in TypeScript to be run or compiled by [Deno](https://deno.com/runtime).
Faux is written in [TypeScript](https://www.typescriptlang.org/) to be run or compiled by [Deno](https://deno.com/runtime).
If you want to build from source, you should have Deno installed, clone this repo, and then...
@ -19,3 +19,5 @@ To compile:
```
deno task build_all
```
NOTE: Development is happening solely on Linux, so some build commands may fail if you are not on Linux or do not have some build dependencies installed.