You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Dojo works on **Linux or Mac**. Dojo is continuously tested only on Linux.
35
35
*[Handling signals](#handling-signals)
36
36
1.[FAQ](#faq)
37
37
1.[Comparison to other tools](#comparison-to-other-tools)
38
-
1.[Development](#Development)
38
+
1.[Contributing and Development](#contributing-and-development)
39
39
1.[License](#License)
40
40
41
41
## Installation
@@ -867,19 +867,20 @@ Instructions how to update this project.
867
867
868
868
1. Create a new feature branch from the `master` branch
869
869
2. Work on your changes in that feature branch. If you want, describe you changes in [CHANGELOG.md](CHANGELOG.md)
870
-
3. Compile the code and run tests locally, see the [2 options](#2-options) below
870
+
3. Compile the code and run tests locally, see the [2 options](#2-options-to-develop-Dojo) below
871
871
4. If you are happy with the results, create a PR from your feature branch to the main branch
872
872
873
873
After this, someone will read your PR, merge it and ensure version bump (using `./tasks set_version`). CI pipeline will run to automatically build and test docker image, release the project and publish the docker image.
874
874
875
-
### 2 options
875
+
### 2 options to develop Dojo
876
876
You may either use Dojo to develop Dojo, or use your local environment
877
877
878
-
You may take a look at the [CICD pipeline config](.circleci/config.yaml) and at the [tasks](tasks) file. The tasks file has the same purpose as Makefile or Rakefile.
878
+
You may take a look at the [CICD pipeline config](.circleci/config.yml) and at the [tasks](tasks) file. The tasks file has the same purpose as Makefile or Rakefile.
879
879
880
880
#### Option 1: Using Dojo to develop Dojo
881
881
1. Please ensure you have the [runtime dependencies](#dependencies) installed
882
-
2. Compile the code and run unit tests:
882
+
2. Please install [Dojo](#installation)
883
+
3. Compile the code and run unit tests:
883
884
```
884
885
$ dojo -c Dojofile.build
885
886
./tasks _build
@@ -897,7 +898,7 @@ $ dojo -c Dojofile.build
897
898
# or instead, if you're running on Mac: ./tasks symlink darwin
0 commit comments