From a3b6ab2482ecace978ab27cd74effa7ccdc135b4 Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Tue, 23 Jun 2026 18:24:51 +0200 Subject: [PATCH] docs: ~/repos/ac quick start and ac-pull workflow in README Co-authored-by: Cursor --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 759707d..d5848fa 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # ac-workspace -Clone manifest for org **`ac`** — one checkout for all product repos. +Clone manifest for org **`ac`** — one checkout for all product repos at **`~/repos/ac`**. ```bash -git clone git://f0xx.org/ac/ac-workspace -cd ac-workspace -git checkout next +mkdir -p ~/repos/ac && cd ~/repos/ac +git clone --branch next --single-branch git://f0xx.org/ac/ac-workspace . git submodule update --init --recursive +echo 'source "$(git rev-parse --show-toplevel)/ac-be-public-assets/ac-bash.env"' >> ~/.bashrc ``` +**Update:** `git pull --rebase origin next && git submodule update --init --recursive` (or `ac-pull` after sourcing `ac-bash.env`). + ## Layout Submodules are independent repos on `git://f0xx.org/ac/` (branch `next`, single `initial` history). @@ -16,7 +18,7 @@ Submodules are independent repos on `git://f0xx.org/ac/` (branch `next`, s Core platform + deploy (init these first for backend work): - `ac-platform-db`, `ac-platform-php`, `ac-platform-web`, `ac-platform-edge` -- `ac-deploy`, `ac-docs`, `ac-scripts`, `ac-ms-url-shortener` +- `ac-deploy`, `ac-docs`, `ac-scripts`, `ac-ms-url-shortener`, `ac-be-public-assets` Backend microservices and consoles: `ac-ms-*`, `ac-be-*` Mobile: `ac-mobile-android` (iOS stub: `ac-mobile-ios`)