docs: add terminal + git clone steps to build instructions #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/install-clone-step"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
The build-from-source path in #2 had a hole: it told you to install a toolchain and then run commands "from the folder containing this README" — but never said how to get that folder, or how to open a terminal in the first place. Someone who has never used a terminal was stuck before Step 1.
Adds to Part 2:
git clone https://forgejo.owlburtoe.dev/owlburtoe/TRS.git, what "you are now inside the project folder" means, how to get back there later (cd ~/TRS), andgit pullinstead of re-cloning. Collapsed fallback for a browser Download ZIP with the drag-the-folder-onto-the-terminal trick forcd.winget install --id Git.Git,apt/dnf/pacman install git; macOS gets it from the Xcode CLI tools) and is checked in the verify step.Remaining steps renumbered (install tools → 2, verify → 4, build → 5, collect → 6), and the
Developsection's link updated to the new anchor.Test plan
<details>blocks and table render.Docs only.