Skip to content

Commit c36c6a5

Browse files
committed
Spaces > tabs
1 parent 86019ba commit c36c6a5

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

readmes/Default

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
1. Make sure you've installed all requirements
88
2. Clone this repository:
99

10-
```shell
11-
git clone https://github.com/%github%/%project%
12-
```
10+
```shell
11+
git clone https://github.com/%github%/%project%
12+
```
1313

1414
3. Install the project using `make`:
1515

16-
```shell
17-
make install
18-
```
16+
```shell
17+
make install
18+
```
1919

2020
## Usage
2121

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

32-
```shell
33-
git checkout -b feature/my-new-feature
34-
```
32+
```shell
33+
git checkout -b feature/my-new-feature
34+
```
3535

3636
3. Commit your changes:
3737

38-
```shell
39-
git commit -am 'Add some feature'
40-
```
38+
```shell
39+
git commit -am 'Add some feature'
40+
```
4141

4242
4. Push to the branch:
4343

44-
```shell
45-
git push origin feature/my-new-feature
46-
```
44+
```shell
45+
git push origin feature/my-new-feature
46+
```
4747

4848
5. Submit a pull request
4949

0 commit comments

Comments
 (0)