Skip to content

Commit

Permalink
[ci] update smoke tests (remote) (#2690)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
2 people authored and Nate Moore committed Mar 2, 2022
1 parent bb483f5 commit ab20e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions smoke/docs-main/src/pages/en/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions smoke/docs-main/src/pages/en/guides/manual-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit ab20e95

Please sign in to comment.