File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 771. Make sure you've installed all requirements
882. 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
14143. 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%`:
29291. Fork it
30302. 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
36363. 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
42424. 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
48485. Submit a pull request
4949
You can’t perform that action at this time.
0 commit comments