generated from ztimson/template
Compare commits
3
Commits
9c8c108da0
...
a2afcfa7bd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2afcfa7bd | ||
|
|
b9ebb149ef | ||
|
|
cfcbccf152 |
+1
-1
@@ -14,7 +14,7 @@ source ~/.bashrc
|
|||||||
nvm install stable && nvm use stable
|
nvm install stable && nvm use stable
|
||||||
|
|
||||||
# Install Homecast
|
# Install Homecast
|
||||||
cd /tbd
|
mkdir /app && cd /app
|
||||||
git clone https://git.zakscode.com/ztimson/homecast.git .
|
git clone https://git.zakscode.com/ztimson/homecast.git .
|
||||||
npm i
|
npm i
|
||||||
mkdir -p certs
|
mkdir -p certs
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"description": "The Homebrew Chromecast",
|
"description": "The Homebrew Chromecast",
|
||||||
"main": "src/server.mjs",
|
"main": "src/server.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.mjs"
|
"start": "node src/server.mjs"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user