From 860b9c1f1d97eec46d42a90dc9bf887233e7218e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Apr 2026 09:57:36 +0300 Subject: task 02: fix PATH and portable repo path docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3