Clarify Section 0 setup language

This commit is contained in:
virgil
2026-06-07 21:00:57 -07:00
parent eddb974aaf
commit f8b09eade7
3 changed files with 33 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ REPO_DIR="$TARGET_DIR"
usage() {
cat <<USAGE
section0-docs - helper for Section 0 Git Projection repos
section0-docs - helper for Section 0 shared Markdown docs
Commands:
configure set Git author name/email for this repo
@@ -62,8 +62,8 @@ Examples:
MESSAGE="Update concept notes" section0-docs commit
section0-docs push
AFFiNE is read-only for this repo. Durable edits happen in Markdown, then the
projection operator pulls and projects.
AFFiNE is read-only for these docs. Make lasting changes in Markdown; the
AFFiNE copies are refreshed from Git.
USAGE
}
@@ -157,7 +157,7 @@ Contributor setup:
$COMMAND_NAME configure
$COMMAND_NAME push-test
AFFiNE updates after the projection operator pulls and runs projection.
AFFiNE updates after the Markdown docs are refreshed from Git.
If $COMMAND_DIR is not on PATH, add this to your shell profile:
export PATH="$COMMAND_DIR:\$PATH"