creates install script

This commit is contained in:
SuperNovaa41 2024-01-22 15:05:31 -05:00
parent f28fd699cf
commit a1be315d78
2 changed files with 2157 additions and 2141 deletions

16
install.sh Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh
make
cd bin/
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/release/isbn
chmod +x isbn
cd ..
npm install # setup NPM depedencies
npm run tauri dev

4282
package-lock.json generated

File diff suppressed because it is too large Load Diff