Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Seales
Kubernetes Presentation
Commits
9da952fe
Commit
9da952fe
authored
Mar 25, 2014
by
Hakim El Hattab
Browse files
Merge pull request #832 from craigcitro/patch-1
tweak layout in readme installation markup
parents
7285653b
da949c33
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9da952fe
...
...
@@ -878,28 +878,28 @@ Some reveal.js features, like external markdown and speaker notes, require that
2.
Install
[
Grunt
](
http://gruntjs.com/getting-started#installing-the-cli
)
4.
Clone the reveal.js repository
```
sh
$
git clone https://github.com/hakimel/reveal.js.git
```
```
sh
$
git clone https://github.com/hakimel/reveal.js.git
```
5.
Navigate to the reveal.js folder
```
sh
$
cd
reveal.js
```
```
sh
$
cd
reveal.js
```
6.
Install dependencies
```
sh
$
npm
install
```
```
sh
$
npm
install
```
7.
Serve the presentation and monitor source files for changes
```
sh
$
grunt serve
```
```
sh
$
grunt serve
```
8.
Open
<http://localhost:8000>
to view your presentation
You can change the port by using
`grunt serve --port 8001`
.
You can change the port by using
`grunt serve --port 8001`
.
### Folder Structure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment