Skip to content
Snippets Groups Projects
Commit 2f321806 authored by rmit-s3661720-daniel-linford's avatar rmit-s3661720-daniel-linford
Browse files

Modified readme in attempt to format it correctly

parent c6463099
No related branches found
No related tags found
No related merge requests found
......@@ -129,11 +129,13 @@ Archive should contain:
1. Clone or download this branch. `git clone -b branchname`
2. Create a file called `token.json` in the following format:
```json
{
"PB_api_token": "<TOKEN>"
}
```
```
Replace `<TOKEN>` with your generated Pushbullet access token.
3. Copy the systemd services. `sudo cp weathermonitor.service /etc/systemd/system/ && sudo cp weatherbluetooth.service /etc/systemd/system/`
4. Set Owner correctly. `sudo chown root:root /etc/systemd/system/weathermonitor.service && sudo chown root:root /etc/systemd/system/weatherbluetooth.service`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment