Browse Source

Added submission instructions

David Ginzberg 8 years ago
parent
commit
7a58ad7f8f
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

5
 
5
 
6
 In this project you will build a small app to function as a calculator. This app  will be built in Java, and will use the topics and techniques discussed during the week.
6
 In this project you will build a small app to function as a calculator. This app  will be built in Java, and will use the topics and techniques discussed during the week.
7
 
7
 
8
+You should work on this project in your own repository. Click the `fork` button in the top right corner to create a copy of this repository on your github account. You can go through the [GitHub forking tutorial](https://help.github.com/articles/fork-a-repo/) if you need additional practice with this.
9
+
8
 
10
 
9
 ## Requirements
11
 ## Requirements
10
 
12
 
81
 - `inverseCosine()`: sin<sup>-1</sup>(x)
83
 - `inverseCosine()`: sin<sup>-1</sup>(x)
82
 - `inverseTangent()`: tan<sup>-1</sup>(x)
84
 - `inverseTangent()`: tan<sup>-1</sup>(x)
83
 - `factorial()`: x! (x factorial)
85
 - `factorial()`: x! (x factorial)
86
+
87
+## Submission
88
+
89
+Completed projects should be submitted by submitting a pull request against the [original repository](https://github.com/Zipcoder/project-1-calculator). All work should be done in your own repository.