Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Modify README :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Sep 3, 2016
1 parent 1725a3e commit 3eb8833
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
# Install
# noslide.js

[![NPM](https://nodei.co/npm/noslide.js.png)](https://nodei.co/npm/noslide.js/)

### Install

```bash
git clone https://github.com/crazyguitar/noslide.js
cd noslide.js
npm install
```
### Install binary tool
##### Install binary tool

```bash
npm install -g
```


# Demo
### Demo

![](images/demo.gif)

# Binary tool
### Binary tool

```bash
./noslide -t <theme> <your markdown>

# or exec npm install -g
### or exec npm install -g

noslide <your markdown>
```

# How to use ``noslide``
### How to use ``noslide``

```js
var noslide = require('./index').noslide
Expand Down

0 comments on commit 3eb8833

Please sign in to comment.