diff --git a/README.md b/README.md index 31b149d..7f4ea13 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,8 @@ The install script requires **Node.js** (v14 or later). If you don't have Node.j Run the interactive installer directly using `npx` with your preferred GitHub authentication method: -**If you use SSH keys:** ```bash -npx git+ssh://git@github.com/jparkerweb/plan2code.git -``` - -**If you use HTTPS authentication:** -```bash -npx git+https://github.com/jparkerweb/plan2code.git +npx git+https://code.jparkerweb.com/jparkerweb/plan2code.git ``` This downloads the installer to a temporary location, runs it, installs the workflow files to your machine, and cleans up automatically. The installed workflows remain on your system and work independently. To update or reinstall, simply run the command again. @@ -93,14 +87,8 @@ This downloads the installer to a temporary location, runs it, installs the work Run the interactive installer directly using `npx` with your preferred GitHub authentication method: -**If you use SSH keys:** ```bash -npx git+ssh://git@github.com/jparkerweb/plan2code.git -``` - -**If you use HTTPS authentication:** -```bash -npx git+https://github.com/jparkerweb/plan2code.git +npx git+https://code.jparkerweb.com/jparkerweb/plan2code.git ``` This downloads the installer to a temporary location, runs it, installs the workflow files to your machine, and cleans up automatically. The installed workflows remain on your system and work independently. To update or reinstall, simply run the command again. @@ -109,7 +97,7 @@ This downloads the installer to a temporary location, runs it, installs the work ```bash # Clone the repository -git clone https://github.com/jparkerweb/plan2code.git +git clone https://code.jparkerweb.com/jparkerweb/plan2code.git cd plan2code # Run the interactive installer diff --git a/docs/index.html b/docs/index.html index e747022..b28ab42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -905,7 +905,7 @@
The AI workflow that puts planning first
- + Get the Code @@ -1083,14 +1083,14 @@Run the install script to copy the Plan2Code prompts to your AI assistant workflow directories. Works with Claude Code, Cursor, GitHub Copilot, Windsurf, and more.
# Clone the repository -git clone https://github.com/jparkerweb/plan2code.git +git clone https://code.jparkerweb.com/jparkerweb/plan2code.git # Navigate to the directory cd plan2code # Run the interactive installer node install.js- +
Transform your AI development workflow today