use code-fence

This commit is contained in:
Jan T. Sott 2017-03-28 17:46:52 +02:00
parent 1b3337935f
commit 2b1d5638b7

View file

@ -26,10 +26,19 @@ John Gruber, creator of Markdown ([via](http://daringfireball.net/linked/2014/01
There are other ways to get the licenses than downloading the [latest release](https://github.com/idleberg/Creative-Commons-Markdown/releases/latest) in your browser: There are other ways to get the licenses than downloading the [latest release](https://github.com/idleberg/Creative-Commons-Markdown/releases/latest) in your browser:
- Clone repository `git clone https://github.com/idleberg/Creative-Commons-Markdown cc-md` ```bash
- Install with [Yarn](https://yarnpkg.com/en/) `yarn add cc-md` # Use git
- Install with [npm](https://nodejs.org) `npm install cc-md` $ git clone https://github.com/idleberg/Creative-Commons-Markdown cc-md
- Install with [Bower](https://bower.io) `bower install cc-md`
# Yarn
$ yarn add cc-md
# npm
$ npm install cc-md
# Bower
$ bower install cc-md
```
## Contribute ## Contribute