summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0ae877..23d4f13 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ FastForge is a Pebble watchapp for intermittent fasting tracking, built with the
sudo dnf update
sudo dnf install -y python3-pip nodejs SDL-devel dtc uv just
uv tool install pebble-tool --python 3.13
+export PATH="$HOME/.local/bin:$PATH"
pebble sdk install latest
```
@@ -21,14 +22,15 @@ pebble --version
## Development Workflow
```bash
-cd /home/paul/git/fastforge
+cd /path/to/fastforge
+export PATH="$HOME/.local/bin:$PATH"
just dev
```
In a second terminal:
```bash
-cd /home/paul/git/fastforge
+cd /path/to/fastforge
export PATH="$HOME/.local/bin:$PATH"
just logs
```