From 40a28567b20c8af2e7fe0668cd8fda1cba693058 Mon Sep 17 00:00:00 2001 From: Adam Prescott Date: Tue, 23 Nov 2021 17:27:53 -0500 Subject: [PATCH 1/2] Clarify releases vs. tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87cf2c7..190de0d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ These examples are also set up to work on mobile/touch displays, because the boa # Installation -If you use npm, then `npm install tenuki`. Otherwise, you can download the files you need from [the latest release](https://github.com/aprescott/tenuki/releases). +If you use npm, then `npm install tenuki`. Otherwise, you can download [tagged releases from GitHub](https://github.com/aprescott/tenuki/tags). It's also possible to clone this repo and run `make` against the latest commit, which will generate files in `build/`. From aeedb4cd39d73242e49490aea359118ea5a4df23 Mon Sep 17 00:00:00 2001 From: Adam Prescott Date: Tue, 23 Nov 2021 18:14:47 -0500 Subject: [PATCH 2/2] Update installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 190de0d..6f41e85 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ These examples are also set up to work on mobile/touch displays, because the boa # Installation -If you use npm, then `npm install tenuki`. Otherwise, you can download [tagged releases from GitHub](https://github.com/aprescott/tenuki/tags). +If you use npm, then `npm install tenuki`. Otherwise, you can download [source and built files from GitHub](https://github.com/aprescott/tenuki/releases). -It's also possible to clone this repo and run `make` against the latest commit, which will generate files in `build/`. +It's also possible to clone this repo and run `make` against the latest commit, which will generate files in `build/` provided you have developer dependencies satisfied. # Simple usage