Fix a bad command line for the docs.

master
Zed A. Shaw 1 year ago
parent 933db224a4
commit 5133d1d2e1
  1. 2
      README.md

@ -75,7 +75,7 @@ This will create an initial web application using the course's web framework nam
Since this tool is intended to make it easier for [Learn JavaScript the Hard Way](https://learnjsthehardway.com) student it only select projects from git.learnjsthehardway.com using their names. You use the `--using` option to specify a different project:
```shell
npx bando-up --using js-level-1-code my-js-level-1
npx bando-up create --using js-level-1-code my-js-level-1
```
This will check out the full URL `https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template.git` using `git` and then do the usual setup. You an [view a list of all available code](https://learnjsthehardway.com) for the course.

Loading…
Cancel
Save