Skip to content

Commit

Permalink
Add shared docs (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 19, 2021
1 parent 14f57f6 commit 8f9d3bb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 32 deletions.
32 changes: 0 additions & 32 deletions config/exercise_readme.go.tmpl

This file was deleted.

3 changes: 3 additions & 0 deletions exercises/shared/.docs/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Help

We monitor the [Pascal-Delphi](https://gitter.im/exercism/Pascal-Delphi) support room on [gitter.im](https://gitter.im) to help you with any questions that might arise.
10 changes: 10 additions & 0 deletions exercises/shared/.docs/tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Tests

In order to run the tests for this track, you will need to install
DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information.

### Loading Exercises into Delphi

If Delphi is properly installed, and `*.dpr` file types have been associated with Delphi, then double clicking the supplied `*.dpr` file will start Delphi and load the exercise/project. `control + F9` is the keyboard shortcut to compile the project or pressing `F9` will compile and run the project.

Alternatively you may opt to start Delphi and load your project via. the `File` drop down menu.

0 comments on commit 8f9d3bb

Please sign in to comment.