Skip to content

Commit 2fad161

Browse files
committed
docs: install-cursor guide lint fixes and table alignment
Made-with: Cursor
1 parent 1b09c91 commit 2fad161

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

docs/installation-guides/install-cursor.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Guide to installing Cursor IDE and opening the Asper Beauty Shop project so you
99
1. **Download:** [cursor.com](https://cursor.com) → Download for your OS (Windows / macOS / Linux).
1010
2. **Install** the app and sign in if required.
1111
3. **(Windows)** Optional: set PowerShell execution policy so extensions (e.g. Toolkit for Antigravity) can run scripts:
12+
1213
```powershell
1314
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force
1415
```
16+
1517
See [docs/development.md](../development.md) for Toolkit notes.
1618

1719
---
@@ -46,8 +48,7 @@ So key settings apply across profiles, add this to **User** `settings.json` (Fil
4648
"npm.scriptExplorerAction",
4749
"update.channel",
4850
"stash-push:command"
49-
]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
50-
51+
]
5152
```
5253

5354
If your `settings.json` is corrupted or shows “Unknown Configuration Setting”, use the fix guide and copy-paste file in the repo root: [CURSOR-SETTINGS-FIX.md](../../CURSOR-SETTINGS-FIX.md) and [cursor-user-settings-FIXED.json](../../cursor-user-settings-FIXED.json).
@@ -80,11 +81,11 @@ Use a feature branch and PR when branch protection applies; see [PUSH-BLOCKER.md
8081

8182
## Quick reference
8283

83-
| Step | Doc / action |
84-
|-------------------|--------------|
85-
| Install Cursor | cursor.com, then optional ExecutionPolicy (see [development.md](../development.md)) |
86-
| Clone & open | `git clone``npm i` → Open Folder in Cursor |
87-
| Env | [BRAIN-CONFIG.md](../BRAIN-CONFIG.md)`.env` at repo root |
88-
| User settings | applyToAllProfiles in settings.json; if broken → [CURSOR-SETTINGS-FIX.md](../../CURSOR-SETTINGS-FIX.md) |
89-
| Verify | `npm run sync` then `npm run health` |
90-
| Deploy to main | [APPLY_AND_RUN.md](../APPLY_AND_RUN.md) and [APPLY_TO_MAIN_SITE.md](../../APPLY_TO_MAIN_SITE.md) |
84+
| Step | Doc / action |
85+
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
86+
| Install Cursor | cursor.com, then optional ExecutionPolicy (see [development.md](../development.md)) |
87+
| Clone & open | `git clone``npm i` → Open Folder in Cursor |
88+
| Env | [BRAIN-CONFIG.md](../BRAIN-CONFIG.md)`.env` at repo root |
89+
| User settings | applyToAllProfiles in settings.json; if broken → [CURSOR-SETTINGS-FIX.md](../../CURSOR-SETTINGS-FIX.md) |
90+
| Verify | `npm run sync` then `npm run health` |
91+
| Deploy to main | [APPLY_AND_RUN.md](../APPLY_AND_RUN.md) and [APPLY_TO_MAIN_SITE.md](../../APPLY_TO_MAIN_SITE.md) |

0 commit comments

Comments
 (0)