summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-01 09:13:07 -0500
committerGravatar GitHub <noreply@github.com> 2022-03-01 09:13:07 -0500
commit4eb80773a707f15651bf3f346d950d5aaec4d771 (patch)
tree814586ddb24e2e10dfadb23cf69ea2e995796b60
parent59a11a58d882bc2d98ad93f2d2e5ed936ff5611b (diff)
downloadastro-4eb80773a707f15651bf3f346d950d5aaec4d771.tar.gz
astro-4eb80773a707f15651bf3f346d950d5aaec4d771.tar.zst
astro-4eb80773a707f15651bf3f346d950d5aaec4d771.zip
[ci] update smoke tests (remote) (#2690)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
-rw-r--r--smoke/docs-main/src/pages/en/getting-started.md6
-rw-r--r--smoke/docs-main/src/pages/en/guides/manual-setup.md4
2 files changed, 4 insertions, 6 deletions
diff --git a/smoke/docs-main/src/pages/en/getting-started.md b/smoke/docs-main/src/pages/en/getting-started.md
index 2e7a19e62..b0a879df2 100644
--- a/smoke/docs-main/src/pages/en/getting-started.md
+++ b/smoke/docs-main/src/pages/en/getting-started.md
@@ -8,11 +8,9 @@ Astro is a modern static site builder. Learn what Astro is all about from [our h
## Try Astro
-The easiest way to try Astro is to run `npm init astro` in a new directory on your machine. Our CLI wizard will assist you in starting a new Astro project.
+The easiest way to install Astro is to run `npm init astro` in a new directory on your machine. Our CLI wizard will assist you in starting a new Astro project.
-To get started with Astro in 5 quick and easy steps, visit our [Quick-Start guide](/en/quick-start).
-
-Alternatively, read our [Installation Guide](/en/installation) for a full walk-through on getting set up with Astro.
+ 📚 Read our [Installation Guide](/en/installation) for detailed instructions.
### Example Projects
diff --git a/smoke/docs-main/src/pages/en/guides/manual-setup.md b/smoke/docs-main/src/pages/en/guides/manual-setup.md
index 605ad6582..d5beb3659 100644
--- a/smoke/docs-main/src/pages/en/guides/manual-setup.md
+++ b/smoke/docs-main/src/pages/en/guides/manual-setup.md
@@ -93,10 +93,10 @@ If you have followed the steps above, your project directory should now look lik
- public/
- robots.txt
- package.json
-- package-lock.json (or: yarn.lock, pnpm-lock.json, etc.)
+- package-lock.json (or: yarn.lock, pnpm-lock.yaml, etc.)
- node_modules/
```
Congratulations, you're now set up to use Astro!
-If you followed this guide completely, you can jump directly to [Step 3: Start](/en/installation#3-start-) to continue and learn how to run Astro for the first time. \ No newline at end of file
+If you followed this guide completely, you can jump directly to [Step 3: Start](/en/installation#3-start-) to continue and learn how to run Astro for the first time.