Skip to content

Commit 12e7f90

Browse files
committed
Update docs related to quickstart
1 parent 0db80ac commit 12e7f90

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/quickstart.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This guide provides a quick reference for setting up and using Telescope to gene
44

55
## Installation
66

7-
Install Telescope and create-cosmos-app:
7+
Install create-cosmos-app:
88

99
```sh
10-
npm install -g @cosmology/telescope create-cosmos-app
10+
npm install -g create-cosmos-app
1111
```
1212

1313
## Package Generation
1414

15-
### Using create-cosmos-app
15+
### Using create-cosmos-app boilerplate
1616

1717
Create a new package using the telescope boilerplate:
1818

@@ -24,6 +24,7 @@ Navigate to the generated project:
2424

2525
```sh
2626
cd ./your-project/packages/telescope
27+
npm install
2728
```
2829

2930
### Using create-interchain-app boilerplate

learn/quickstart.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Before we begin, make sure you have:
1717

1818
## Step 1: Install Required Tools
1919

20-
First, let's install Telescope and create-cosmos-app globally:
20+
First, let's install create-cosmos-app globally:
2121

2222
```sh
23-
npm install -g @cosmology/telescope create-cosmos-app
23+
npm install -g create-cosmos-app
2424
```
2525

26-
This will give you access to the `telescope` and `cca` commands in your terminal.
26+
This will give you access to the `cca` commands in your terminal.
2727

2828
## Step 2: Generate a New Project
2929

@@ -41,6 +41,7 @@ Once the project is created, change to the telescope package directory:
4141

4242
```sh
4343
cd ./your-project/packages/telescope
44+
npm install
4445
```
4546

4647
This is where we'll be working for the rest of this tutorial.

0 commit comments

Comments
 (0)