diff --git a/solutions/express/README.md b/solutions/express/README.md index e9223bd507..514ce08b3b 100644 --- a/solutions/express/README.md +++ b/solutions/express/README.md @@ -16,8 +16,16 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu ### Clone and Deploy +First, clone the entire repository: + +```bash +git clone https://github.com/vercel/examples.git +``` + +Navigate to the specific example directory: + ```bash -git clone https://github.com/vercel/examples/tree/main/solutions/express +cd examples/solutions/express ``` Install the Vercel CLI: @@ -30,4 +38,4 @@ Then run the app at the root of the repository: ```bash vercel dev -``` \ No newline at end of file +``` diff --git a/solutions/node-hello-world/README.md b/solutions/node-hello-world/README.md index b72c02b33b..0001cfdea2 100644 --- a/solutions/node-hello-world/README.md +++ b/solutions/node-hello-world/README.md @@ -14,8 +14,16 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu ### Clone and Deploy +First, clone the entire repository: + +```bash +git clone https://github.com/vercel/examples.git +``` + +Navigate to the specific example directory: + ```bash -git clone https://github.com/vercel/examples/tree/main/solutions/node-hello-world +cd examples/solutions/node-hello-world ``` Install the Vercel CLI: