ztimson-patch-5 #5

Merged
ztimson merged 2 commits from ztimson-patch-5 into master 2026-09-14 16:06:34 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ source ~/.bashrc
nvm install stable && nvm use stable
# Install Homecast
cd /tbd
mkdir /app && cd /app
git clone https://git.zakscode.com/ztimson/homecast.git .
npm i
mkdir -p certs
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "The Homebrew Chromecast",
"main": "src/server.mjs",
"scripts": {
"start": "node server.mjs"
"start": "node src/server.mjs"
},
"keywords": [],
"author": "",