diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ``` |
