creates install script
This commit is contained in:
parent
f28fd699cf
commit
a1be315d78
16
install.sh
Executable file
16
install.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user