Skip to content

Commit

Permalink
docs: update core README with astro add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stramel committed Jul 5, 2023
1 parent 70ec109 commit e66e3ad
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions packages/core/README.md
Expand Up @@ -17,25 +17,19 @@ This **[Astro integration](https://docs.astro.build/en/guides/integrations-guide

### Quick Install

Possibly coming soon!

<!--
The `astro add` command-line tool automates the installation for you. Run one of the following commands in a new terminal window. (If you aren't sure which package manager you're using, run the first command.) Then, follow the prompts, and type "y" in the terminal (meaning "yes") for each one.

```sh
# Using NPM
npx astro add icon
npx astro add astro-icon
# Using Yarn
yarn astro add icon
yarn astro add astro-icon
# Using PNPM
pnpm astro add icon
pnpm astro add astro-icon
```

If you run into any issues, [feel free to report them to us on GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below.

-->

### Manual Install

First, install the `astro-icon` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
Expand Down

0 comments on commit e66e3ad

Please sign in to comment.