Skip to content

Commit 5d36942

Browse files
committed
Update gel get started
1 parent 2b022ea commit 5d36942

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/content/docs/get-started/gel-new.mdx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,9 @@ This is the basic file structure of the project. In the `src` directory, we have
4343

4444
#### Step 1 - Install and init **Gel** project
4545

46-
<Callout>
47-
Linux or macOS
48-
```bash
49-
curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh
50-
```
51-
52-
For more options, check [gel docs](https://docs.geldata.com/reference/cli)
53-
</Callout>
54-
55-
Once installed:
56-
```bash
57-
gel project init
58-
```
46+
<Npx>
47+
gel project init
48+
</Npx>
5949

6050
#### Step 2 - Define basic Gel schema
6151

0 commit comments

Comments
 (0)