Skip to main content

Add some installation instructions

ID
b6fbdef
date
2024-08-17 20:24:24+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
92b40d6
message
Add some installation instructions

For #2
changed files
1 file, 5 additions

Changed files

README.md (765) → README.md (1027)

diff --git a/README.md b/README.md
index 194cd13..f604f78 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,11 @@ Think of this module as the JSON module, but for JavaScript files.
 
 ## Installation
 
+Copy the file `src/javascript` folder into your project.
+You probably want to copy the tests as well.
+
+Eventually this will be a pip installable package, once I've done some more testing (see [issue #3](https://github.com/alexwlchan/python-js-files/issues/3)).
+
 ## Why not use JSON files?
 
 ## License