Skip to content

Commit

Permalink
update instructions for removal of fork button
Browse files Browse the repository at this point in the history
  • Loading branch information
jlboba authored Dec 16, 2022
1 parent aa2f68a commit e7b8d5e
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,14 @@ them. There are no tests, but be sure to follow along with the examples.

## Getting Started

To start, fork and clone this lesson into your local environment. Since this
lesson doesn't have a "Fork" button, you'll need to click the GitHub "octocat"
button at the top of the page to open the lesson's repo in GitHub, then click
the fork button in the upper right corner.

![Fork Button](http://readme-pics.s3.amazonaws.com/fork_button.jpg)

Once the lesson has been forked, clone it to your local environment, navigate
into the lesson directory in the terminal, then run `code .` to open the files
in Visual Studio Code. (If you are using a different text editor, the command
will be different.) You will be writing your code in the `index.js` file, and
running it by entering `node index.js` in the terminal. Remember that you need
to save the file before running the command.
To start, fork and clone this lesson into your local environment.

Once the lesson has been forked and cloned, navigate into the lesson directory
in the terminal, then run `code .` to open the files in Visual Studio Code.
(If you are using a different text editor, the command will be different.) You
will be writing your code in the `index.js` file, and running it by entering
`node index.js` in the terminal. Remember that you need to save the file before
running the command.

## Writing and Calling JavaScript Functions

Expand Down

0 comments on commit e7b8d5e

Please sign in to comment.