Update README.md

This commit is contained in:
Jas Singh
2024-07-18 10:38:55 -07:00
committed by GitHub
parent c67b264a66
commit 10329796e3

View File

@@ -5,7 +5,17 @@ Bun (may require sudo)
curl -fsSL https://bun.sh/install | bash && \ curl -fsSL https://bun.sh/install | bash && \
ln -s $HOME/.bun/bin/bun /usr/local/bin/bun ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
``` ```
AGS: https://github.com/Aylur/ags
A weatherapi key in a file at Documents/Keys/keyList.js
Create an object like so
```js
export const keyring = {
weatherapi: "your_weatherapi_key"
}
```
This API key approach is only temporary and won't be needed soon.
Additional dependencies:
``` ```
pipewire pipewire
bluez bluez