Merge branch 'master' of git.learnjsthehardway.com:learn-javascript-the-hard-way/ljsthw-bandolier

master
Zed A. Shaw 1 year ago
commit 658471d64e
  1. 2
      README.md

@ -77,7 +77,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