Skip to content

Commit

Permalink
u[pdates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Oct 25, 2024
1 parent 4e07d7b commit e16dea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/tutorials/beginner-onboarding-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You will now be working inside the folder you created called ZooPractice.
* Once inside the correct folder, input the following commands into **Powershell**. This is going to install the dependencies needed to use the Zoo Typescript API. Make sure to replace "YOUR-API-TOKEN" with the token we mentioned earlier!

```bash
$env:KITTYCAD_TOKEN="YOUR-API-TOKEN"
$env:ZOO_API_TOKEN="YOUR-API-TOKEN"
yarn install
```

Expand Down Expand Up @@ -131,7 +131,7 @@ Another method for changing directories is if you see the folder you want to mov
* Once inside the correct folder, input the following command into **Terminal**. This is going to install the dependencies needed to use the Zoo Typescript API.

```sh
export KITTYCAD_TOKEN="YOUR-API-TOKEN"
export ZOO_API_TOKEN="YOUR-API-TOKEN"
yarn install
```

Expand Down Expand Up @@ -187,7 +187,7 @@ You will now be working inside the folder you created called ZooPractice.
* Once inside the correct folder, input the following command into **Terminal**. This is going to install the dependencies needed to use the Zoo Typescript API.

```sh
export KITTYCAD_TOKEN="YOUR-API-TOKEN"
export ZOO_API_TOKEN="YOUR-API-TOKEN"
yarn install
```

Expand Down

0 comments on commit e16dea0

Please sign in to comment.