Skip to content

Commit

Permalink
Fixed a minor issue in the README, relating to copying all the files.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed May 11, 2018
1 parent 40025c6 commit 6ce5bd0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Below is a detailed change-log, along with specific tasks completed, for each
version released to date.

## Version 1.0.1
### 11/05/2018

- [#bugfix](#bugfix)
+ Fixed a minor issue in the README, relating to copying all the files.

## Version 1.0.0
### 10/05/2018

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ configuration.

- [Overview](#overview)
- [Screenshots](#screenshots)
- [Github Issues](#github-issues)
- [Github Issue - General Report](#github-issue---general-report)
- [Github Issue - Feature Request](#github-issue---feature-request)
- [Github Issue - Bug Report](#github-issue---bug-report)
- [Github Pull Request](#github-pull-request)
- [Github Issues](#github-issues)
- [Github Issue - General Report](#github-issue---general-report)
- [Github Issue - Feature Request](#github-issue---feature-request)
- [Github Issue - Bug Report](#github-issue---bug-report)
- [Github Pull Request](#github-pull-request)
- [Installing](#installing)
- [Clone the repository to your machine](#clone-the-repository-to-your-machine)
- [Copying the main project structure](#copying-the-main-project-structure)
- [Copying only some of the project structure](#copying-only-some-of-the-project-structure)
- [Choosing and Copying a License file](#choosing-and-copying-a-license-file)
- [The Final Structure](#the-final-structure)
- [File Changes](#file-changes)
- [Clone the repository to your machine](#clone-the-repository-to-your-machine)
- [Copying the main project structure](#copying-the-main-project-structure)
- [Copying only some of the project structure](#copying-only-some-of-the-project-structure)
- [Choosing and Copying a License file](#choosing-and-copying-a-license-file)
- [The Final Structure](#the-final-structure)
- [File Changes](#file-changes)
- [Authors](#authors)
- [License](#license)
- [Contributing](#contributing)
Expand Down Expand Up @@ -151,7 +151,7 @@ following commands from the repository root folder.

```console
$ cd templates/
$ cp -R _basic/* /path/to/your/project/folder/ # change path to your project
$ cp -R _basic/ /path/to/your/project/folder/ # change path to your project
```

This will copy all the files from the `_basic/` folder into your project root
Expand Down

0 comments on commit 6ce5bd0

Please sign in to comment.