mirror of
git://f0xx.org/ac/ac-docs
synced 2026-07-29 05:59:06 +03:00
docs: bestcastr Gmail, ~/repos/ac clone, Cursor handoff, help_request update
Replace foxxspambox0 with bestcastr@gmail.com; document ac-be-public-assets and secondary-laptop Cursor archive workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
# Developer setup — org `ac`
|
||||
|
||||
**Clean machine?** Start with [docs/FRESH_ENV_CLONE.md](docs/FRESH_ENV_CLONE.md) and run `ac-scripts/fresh-clone-dev-env.sh`.
|
||||
**Clean machine?** Start with [docs/FRESH_ENV_CLONE.md](docs/FRESH_ENV_CLONE.md) (`~/repos/ac`).
|
||||
|
||||
Canonical entry point: **`ac-workspace`** (submodule manifest).
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
```bash
|
||||
git clone git://f0xx.org/ac/ac-workspace
|
||||
|
||||
Reference in New Issue
Block a user