Skip to content

Commit

Permalink
docs: fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Dec 6, 2024
1 parent 3a3fafe commit b5eb401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eclipse-tractusx website
# Eclipse Tractus-X website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

Expand Down Expand Up @@ -27,14 +27,14 @@ You can also run the linting step manually by running `npm run lint-doc` or `npm

## 3rd Party dependency checks

This repository enforces licence compatibility checks on all Pull Requests. This is demanded by [TRG 7.04](https://eclipse-tractusx.github.io/docs/release/trg-7/trg-7-04#checking-libraries-using-the-eclipse-dash-license-tool).
This repository enforces license compatibility checks on all Pull Requests. This is demanded by [TRG 7.04](https://eclipse-tractusx.github.io/docs/release/trg-7/trg-7-04#checking-libraries-using-the-eclipse-dash-license-tool).
Follow these steps if your PR's workflow fails on the action `3rd Party dependency check (Eclipse Dash)`:

1. Make sure the error-message is not `[main] ERROR Error response from XYZ HTTP 524` or anything else pointing to
failures in remote services. If that happens, try again tomorrow. If not, continue.
2. Have java installed. Check by executing `java --version` in your bash terminal. For Windows Powershell or command
prompt, this and the following commands may look different but should follow the same structure.
3. Download the jar of the dash licence tool's latest release (for instance [distributed via eclipse](https://repo.eclipse.org/content/repositories/dash-licenses/org/eclipse/dash/org.eclipse.dash.licenses/)).
3. Download the jar of the dash license tool's latest release (for instance [distributed via eclipse](https://repo.eclipse.org/content/repositories/dash-licenses/org/eclipse/dash/org.eclipse.dash.licenses/)).
4. Move the file into the top level folder of this repository. Do not add it to git or commit it.
5. Navigate your terminal to the top level folder of this project (eclipse-tractusx.github.io).
6. Execute `java -jar ./org.eclipse.dash.licenses-1.1.0.jar package-lock.json -project automotive.tractusx -summary ./DEPENDENCIES`
Expand Down

0 comments on commit b5eb401

Please sign in to comment.