Skip to content

Commit 7a4eaab

Browse files
committed
Update download from browser steps
1 parent 88a9a1d commit 7a4eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/workers/cf-tutor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following steps require an SSH key. Vist [GitHub documentation on Connecting
3333
<TabItem label="Download from browser">
3434

3535
1. Open [cf-tutor releases](https://github.com/db-cloudflare/cf-tutor/releases)
36-
2. Download either the cf-tutor.zip file and extract the folder inside it into your desired location.
36+
2. Download the cf-tutor.zip file and extract the folder inside it into your desired location.
3737
3. In your terminal, navigate to the cf-tutor folder. You can change directory by using the `cd` command followed by the folder path. You can either enter the full path such as `cd Documents/Projects/cf-tutor` or you can use `cd` multiple times to go folder by folder. To see the files and folders in the directory you are currently in, run `ls`.
3838
4. Run the command `npm i` to install all dependendant packages.
3939
5. Once the dependencies have installed, run `npm start ` to run the application

0 commit comments

Comments
 (0)