Skip to content

Commit 6a28062

Browse files
clean up readme
1 parent 523db63 commit 6a28062

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Start by cloning the project: `git clone https://github.com/finos/rune-python-ge
3939

4040
Our project runs with Java 21. Make sure that your Maven also uses this version of Java by running `mvn -v`.
4141

42-
To build the project, run `mvn clean package`.
4342
To build the project, run `mvn clean package`.
4443

4544
#### UNIT Testing
@@ -65,6 +64,7 @@ We use [Checkstyle](https://checkstyle.sourceforge.io/) for enforcing good codin
6564
Go to Import... > Existing Maven Project, select the right folder, click Finish.
6665

6766
### Standalone CLI
67+
6868
The generator includes a standalone CLI which can be invoked to generate Python from a single file or from directory. To invoke the CLI, first build the project and then:
6969

7070
```sh
@@ -77,7 +77,6 @@ Use this script to generated the Python version of CDM
7777

7878
```sh
7979
test/cdm_tests/cdm_setup/build_cdm.sh
80-
test/cdm_tests/cdm_setup/build_cdm.sh
8180
```
8281

8382
The script will use the CDM from the branch specified in the file (E.G. master) of the [FINOS Repo](https://github.com/finos/common-domain-model) and generate a wheel in the project directory `target/python-cdm`
@@ -90,7 +89,7 @@ The Roadmap will be aligned to the [Rune-DSL](https://github.com/finos/rune-dsl/
9089

9190
### Rune-DSL Updates
9291

93-
Renovate will generate a PR when the version of the DSL has been updated at com.regnosys.rosetta:com.regnosys.rosetta. The PR will calrify whether the change succsessfully builds and passes JUNIT and Python unit testing.
92+
Renovate will generate a PR when the version of the DSL has been updated at com.regnosys.rosetta:com.regnosys.rosetta. The PR will clarify whether the change succsessfully builds and passes JUNIT and Python unit testing.
9493

9594
Any maintainer can merge changes that successfully build and pass the tests.
9695

@@ -110,7 +109,7 @@ To submit a contribution:
110109
5. Push to the branch (`git push origin feature/fooBar`)
111110
6. Create a new Pull Request
112111

113-
_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR
112+
*NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR
114113
who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged
115114
and blocked by the FINOS Clabot tool (or EasyCLA). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.
116115

0 commit comments

Comments
 (0)