Skip to content

Commit

Permalink
add npm package lock and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Feb 6, 2024
1 parent 73e0214 commit 575a739
Show file tree
Hide file tree
Showing 2 changed files with 1,662 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,19 @@ sudo systemctl restart plugin_loader.service
```

You can see an example in [reload.sh](./reload.sh)

### Alternative manual build
Or by using npm and frozen dependencies (not officially supported by Decky):
```bash
# Clone and symlink to your homebrew dir
git clone https://github.com/hhd-dev/hhd-decky.git
cd hhd-decky
sudo ln -s $PWD $HOME/homebrew/plugins/hhd-decky

# Install deps and build
npm ci
npm run build

# Restart decky loader
sudo systemctl restart plugin_loader.service
```
Loading

0 comments on commit 575a739

Please sign in to comment.