From 9cb77c7d590ca314decb1aff76b1ba6f84cde1eb Mon Sep 17 00:00:00 2001 From: dylan <> Date: Sun, 14 May 2023 23:41:46 -0700 Subject: [PATCH] Update README again --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d235a9e..8e38c0b 100644 --- a/README.md +++ b/README.md @@ -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... @@ -18,4 +18,6 @@ deno task run To compile: ``` deno task build_all -``` \ No newline at end of file +``` + +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. \ No newline at end of file