mathew-kurian / Scribe.js

:scroll: Node.js logging made simple! Online access to logs and more...
https://mathew-kurian.github.io/Scribe.js/
MIT License
284 stars 45 forks source link

Could not find es6 branch to clone #74

Closed marcosPerezRubio closed 8 years ago

marcosPerezRubio commented 8 years ago

In description there is written the following command to try the new version of the logger:

git clone https://github.com/bluejamesbond/Scribe.js --branch es6 --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js

But i get an error saying that there is no branch named es6, so i suppose that is the dev branch instead.

mathew-kurian commented 8 years ago

Do you mean this branch? https://github.com/bluejamesbond/Scribe.js/tree/dev

marcosPerezRubio commented 8 years ago

Yup, my points is that the command should be:

git clone https://github.com/bluejamesbond/Scribe.js --branch dev --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js

mathew-kurian commented 8 years ago

I updated it as such. Thank you. I'm closing this issue. Please reopen as necessary