Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:cyberhck/presentor
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Aug 4, 2015
2 parents 5dbdf0f + a108f27 commit 8250bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assuming a reveal.js or impress.js user and lover, I'm assuming you know few bas

Just execute the following commands:

Assuming you have installed git and node.js already.
Assuming you have installed git and node.js already. (and node.js version >=0.8)

Cloning this repository:
```
Expand Down Expand Up @@ -43,7 +43,7 @@ This will clone reveal.js in presentation directory,
```
cd presentation
rm .tempFile
git clone https://github.com/bartaz/impress.js.git presentation --depth 1
git clone https://github.com/bartaz/impress.js.git . --depth 1
```
This will clone impress.js in presentation directory

Expand Down Expand Up @@ -126,4 +126,4 @@ product the same freedoms.
### Contribution:

- **Indentation**: 4 level of indentation usinig tabs.
- **Small Commits**: Make large number of small commits.
- **Small Commits**: Make large number of small commits.

0 comments on commit 8250bbc

Please sign in to comment.