Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix malformed branch tag #309

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/preparations/README.md
Expand Up @@ -48,7 +48,7 @@ It should then open up a window with a black background. It's a bit unattractive

### Using the command prompt

With the command prompt open, run the `node -v` command to make sure you've successfully installed Node.js. If you see something like <branch="11.x" inline>`v8.0.0`</branch><branch="12.x" inline>`v10.0.0`</branch>, great! If not, go back and try installing again.
With the command prompt open, run the `node -v` command to make sure you've successfully installed Node.js. If you see something like <branch version="11.x" inline>`v8.0.0`</branch><branch version="12.x" inline>`v10.0.0`</branch>, great! If not, go back and try installing again.

The next command you'll be running is `npm init`. This command creates a `package.json` file for you, which is what will be used to keep track of the dependencies your bot uses, as well as other info. If you're a bit confused by that, you can simply ignore it for the time being.

Expand Down