Skip to content

Commit d1de077

Browse files
Merge pull request #592 from klaernie/patch-1
go for cloning the gh-pages branch directly
2 parents 2a3f481 + e769dde commit d1de077

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ node dist/src/spec/webdriverio.js
6666
## Write docs
6767

6868
```
69-
git clone https://github.com/thomasnordquist/MQTT-Explorer.git mqtt-explorer-pages
69+
git clone --single-branch -b gh-pages https://github.com/thomasnordquist/MQTT-Explorer.git mqtt-explorer-pages
7070
cd mqtt-explorer-pages
71-
git checkout gh-pages
7271
bundle install
7372
bundle exec jekyll serve --incremental
7473
```

0 commit comments

Comments
 (0)