Skip to content

Commit a0d6429

Browse files
committed
Updates the README.md with additional project information
1 parent 57d1605 commit a0d6429

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# NET Core Boilerplate
1+
#NET Core 1.0 Boilerplate
2+
The NET Core 1.0 Boilerplate is a vagrant box that installs Ubuntu 14.04, NET Core 1.0, and Node JS. It also has optional packages you can install in the provision.sh shell script.
23

3-
4-
# System Requirements
4+
##System Requirements
55
* Vagrant
66

7+
##Installation
8+
- Clone this repository
9+
- Enter the directory
10+
- In your console type: vagrant up
11+
- If everything works in the final screen a new NET Core hello world application will be compiled, ran, and output "Hello World!"
12+
- If you would like to install additional packages you can configure them in vagrant/provision.sh
713

8-
##Found a Bug?
9-
Please report any bugs to the [issues](https://github.com/manufacturing-industry/perseus/issues) section.
10-
14+
##Found a Bug or Have a Suggestion?
15+
Please report your bug or suggestion to the [issues](https://github.com/SourceCode/netcoreboiler/issues) section.
1116

1217
##License
1318

0 commit comments

Comments
 (0)