creates install script
This commit is contained in:
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
|
Reference in New Issue
Block a user