Skip to content

Commit

Permalink
Spaces > tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
frdmn committed Oct 2, 2016
1 parent 86019ba commit c36c6a5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions readmes/Default
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
1. Make sure you've installed all requirements
2. Clone this repository:

```shell
git clone https://github.com/%github%/%project%
```
```shell
git clone https://github.com/%github%/%project%
```

3. Install the project using `make`:

```shell
make install
```
```shell
make install
```

## Usage

Expand All @@ -29,21 +29,21 @@ Here's a short explanation how to use `%project%`:
1. Fork it
2. Create your feature branch:

```shell
git checkout -b feature/my-new-feature
```
```shell
git checkout -b feature/my-new-feature
```

3. Commit your changes:

```shell
git commit -am 'Add some feature'
```
```shell
git commit -am 'Add some feature'
```

4. Push to the branch:

```shell
git push origin feature/my-new-feature
```
```shell
git push origin feature/my-new-feature
```

5. Submit a pull request

Expand Down

0 comments on commit c36c6a5

Please sign in to comment.