Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Merge 5d2ab34 into 22f1ee9
Browse files Browse the repository at this point in the history
  • Loading branch information
j-lum committed Jul 15, 2019
2 parents 22f1ee9 + 5d2ab34 commit 01b9963
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/SettingUp.adoc
Expand Up @@ -40,7 +40,7 @@ This will generate all resources required by the application and tests.
== Verifying the setup

. Run the `seedu.address.Main` and try a few commands
. <<DeveloperGuide#Testing,Run the tests>> to ensure they all pass.
. <<Testing#,Run the tests>> to ensure they all pass.

== Configurations to do before writing code

Expand All @@ -63,8 +63,7 @@ After forking the repo, the documentation will still have the SE-EDU branding an

If you plan to develop this fork as a separate product (i.e. instead of contributing to `se-edu/addressbook-level4`), you should do the following:

. Configure the <<Documentation#Docs-SiteWideDocSettings, site-wide documentation settings>> in link:{repoURL}/build
.gradle[`build.gradle`], such as the `site-name`, to suit your own project.
. Configure the <<Documentation#Docs-SiteWideDocSettings, site-wide documentation settings>> in link:{repoURL}/build.gradle[`build.gradle`], such as the `site-name`, to suit your own project.

. Replace the URL in the attribute `repoURL` in link:{repoURL}/docs/DeveloperGuide.adoc[`DeveloperGuide.adoc`] and link:{repoURL}/docs/UserGuide.adoc[`UserGuide.adoc`] with the URL of your fork.

Expand All @@ -86,5 +85,6 @@ Having both Travis and AppVeyor ensures your App works on both Unix-based platfo

When you are ready to start coding,

1. Get some sense of the overall design by reading <<DeveloperGuide#Design-Architecture>>.
2. Take a look at <<DeveloperGuide#GetStartedProgramming>>.
1. Get some sense of the overall design by reading about <<DeveloperGuide#Design-Architecture, AddressBook's
architecture>>.
2. Take a look at the <<DeveloperGuide#GetStartedProgramming, suggested programming tasks to get started>>.

0 comments on commit 01b9963

Please sign in to comment.