Skip to content

Commit

Permalink
Merge pull request #10 from frdmn/chore/space
Browse files Browse the repository at this point in the history
Chore/space
  • Loading branch information
frdmn authored Oct 17, 2016
2 parents 86019ba + d068b93 commit 2aee634
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Just create a directory called `.initjs` in your home folder and drop your templ
## Version
1.2.5
1.2.6
## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "init.js",
"version": "1.2.5",
"version": "1.2.6",
"description": "A simple command line utility to quickly initialize developer workspaces / repositories",
"author": "Jonas Friedmann",
"license": "MIT",
Expand Down
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 2aee634

Please sign in to comment.