Skip to content

Commit

Permalink
Mention template rather than forking
Browse files Browse the repository at this point in the history
Part of #36
  • Loading branch information
mrmanc committed Jan 27, 2022
1 parent 4d5d22b commit a4300db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_posts/0000-02-04-ci-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

(in case you haven’t got set up yet)

* Fork https://github.com/MCR-Digital/tax_calculator
* Create a repo from this template https://github.com/MCR-Digital/tax_calculator
* `git clone https://github.com/[USER]/tax_calculator.git`
* Make sure you can run tests in your language
(they are all ignored to start with)
* Java folk: open IntelliJ IDEA and from the `File` menu choose `Open`, then select the `build.gradle` file from the `exercises\java` directory.

Note: explain difference between forking and using a template.

--

## Exercise Part 1: Set up Travis CI
Expand Down

0 comments on commit a4300db

Please sign in to comment.