diff --git a/.gitignore b/.gitignore index 9dfe39d..0c794b8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,4 @@ test.sh libarchive .vscode clapack-wasm -node_modules -package.json -package-lock.json \ No newline at end of file +index.html \ No newline at end of file diff --git a/README.md b/README.md index 0ca6a86..785ab76 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Changing any setting to non-default values requires recompilation ``` git clone --depth=1 https://github.com/msqr1/Browser-recognizer && cd Browser-recognizer && -[Name]=[Value]... ./install.sh +[Name]=[Value]... ./compile.sh ``` | Name | Description | Default value | |---|---|---| @@ -80,6 +80,5 @@ If you can't set them, you may use a VERY HACKY workaround at *src/addCOI.js*. }, }); - ``` diff --git a/install.sh b/compile.sh similarity index 100% rename from install.sh rename to compile.sh diff --git a/index.html b/index.html deleted file mode 100644 index 3322b01..0000000 --- a/index.html +++ /dev/null @@ -1,9 +0,0 @@ - - -
- - - - \ No newline at end of file