diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index 39161bc07..307d39f4e 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -6,7 +6,7 @@ After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): ```shell -git clone https://github.com/ < your-name-here > /create-typescript-app +git clone https://github.com/(your-name-here)/create-typescript-app cd create-typescript-app pnpm install ``` diff --git a/src/next/blocks/blockDevelopmentDocs.test.ts b/src/next/blocks/blockDevelopmentDocs.test.ts index 8b278e08b..e07c4c126 100644 --- a/src/next/blocks/blockDevelopmentDocs.test.ts +++ b/src/next/blocks/blockDevelopmentDocs.test.ts @@ -19,7 +19,7 @@ describe("blockDevelopmentDocs", () => { After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell - git clone https://github.com//test-repository + git clone https://github.com/(your-name-here)/test-repository cd test-repository pnpm install \`\`\` @@ -45,7 +45,7 @@ describe("blockDevelopmentDocs", () => { After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell - git clone https://github.com//test-repository + git clone https://github.com/(your-name-here)/test-repository cd test-repository pnpm install \`\`\` @@ -110,7 +110,7 @@ describe("blockDevelopmentDocs", () => { After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell - git clone https://github.com//test-repository + git clone https://github.com/(your-name-here)/test-repository cd test-repository pnpm install \`\`\` @@ -166,7 +166,7 @@ describe("blockDevelopmentDocs", () => { After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell - git clone https://github.com//test-repository + git clone https://github.com/(your-name-here)/test-repository cd test-repository pnpm install \`\`\` diff --git a/src/next/blocks/blockDevelopmentDocs.ts b/src/next/blocks/blockDevelopmentDocs.ts index 65c85ecde..fa3e40756 100644 --- a/src/next/blocks/blockDevelopmentDocs.ts +++ b/src/next/blocks/blockDevelopmentDocs.ts @@ -88,7 +88,7 @@ export const blockDevelopmentDocs = base.createBlock({ `After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):`, ``, `\`\`\`shell`, - `git clone https://github.com//${options.repository}`, + `git clone https://github.com/(your-name-here)/${options.repository}`, `cd ${options.repository}`, `pnpm install`, `\`\`\``, diff --git a/src/steps/writing/creation/dotGitHub/createDevelopment/index.test.ts b/src/steps/writing/creation/dotGitHub/createDevelopment/index.test.ts index 0dd4598ab..19f6ac6ab 100644 --- a/src/steps/writing/creation/dotGitHub/createDevelopment/index.test.ts +++ b/src/steps/writing/creation/dotGitHub/createDevelopment/index.test.ts @@ -47,7 +47,7 @@ describe("createDevelopment", () => { After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell - git clone https://github.com//test-repository + git clone https://github.com/(your-name-here)/test-repository cd test-repository pnpm install \`\`\` @@ -168,7 +168,7 @@ describe("createDevelopment", () => { After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell - git clone https://github.com//test-repository + git clone https://github.com/(your-name-here)/test-repository cd test-repository pnpm install \`\`\` @@ -293,7 +293,7 @@ Def 456. After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell - git clone https://github.com//test-repository + git clone https://github.com/(your-name-here)/test-repository cd test-repository pnpm install \`\`\` diff --git a/src/steps/writing/creation/dotGitHub/createDevelopment/index.ts b/src/steps/writing/creation/dotGitHub/createDevelopment/index.ts index 5ce29ce1e..b92dca6f5 100644 --- a/src/steps/writing/creation/dotGitHub/createDevelopment/index.ts +++ b/src/steps/writing/creation/dotGitHub/createDevelopment/index.ts @@ -129,7 +129,7 @@ ${ After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation): \`\`\`shell -git clone https://github.com//${options.repository} +git clone https://github.com/(your-name-here)/${options.repository} cd ${options.repository} pnpm install \`\`\`