Update README again
This commit is contained in:
parent
a7efee86e5
commit
9cb77c7d59
@ -6,7 +6,7 @@ NOTE: If you are running Faux on Linux, you will need to have `xsel` installed.
|
|||||||
|
|
||||||
## Developing
|
## 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...
|
If you want to build from source, you should have Deno installed, clone this repo, and then...
|
||||||
|
|
||||||
@ -18,4 +18,6 @@ deno task run
|
|||||||
To compile:
|
To compile:
|
||||||
```
|
```
|
||||||
deno task build_all
|
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.
|
Loading…
x
Reference in New Issue
Block a user