Merge with master
This commit is contained in:
11
README.md
11
README.md
@@ -5,7 +5,18 @@ Bun (may require sudo)
|
||||
curl -fsSL https://bun.sh/install | bash && \
|
||||
ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
|
||||
```
|
||||
AGS: https://github.com/Aylur/ags
|
||||
|
||||
A [weatherapi](https://www.weatherapi.com/) 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
|
||||
bluez
|
||||
|
||||
Reference in New Issue
Block a user