Skip to content

Commit

Permalink
Update bikeshed branch
Browse files Browse the repository at this point in the history
as `master` branch is no longer exists
  • Loading branch information
ynojima committed Apr 3, 2021
1 parent 9ce4288 commit c06fcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ bikeshed watch
You will need to have the Python tools `pygments` and `bikeshed` to build the draft. Pygments can be obtained via `pip`, but Bikeshed will need to be downloaded with `git`:

```
git clone --depth=1 --branch=master https://github.com/tabatkins/bikeshed.git ./bikeshed
git clone --depth=1 --branch=main https://github.com/tabatkins/bikeshed.git ./bikeshed
pip install pygments
pip install --editable ./bikeshed
cp -R .spec-data/* ./bikeshed/bikeshed/spec-data
Expand Down

0 comments on commit c06fcc1

Please sign in to comment.