From 84268dd0f70ab5c259194d6d8158ea498d342fe1 Mon Sep 17 00:00:00 2001 From: djib Date: Sat, 24 Aug 2019 02:10:01 +0200 Subject: [PATCH] Add basic explanation on how to install --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5527bf3..3ffa23e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # TablatureJS -A basic guitar tablature editor written in JavaScript. \ No newline at end of file +A basic guitar tablature editor written in JavaScript. + +To make it work you need to download both the *html* and *js* files, put them in the same directory, and open the *html* file in a browser. \ No newline at end of file