Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Sep 27, 2024
1 parent 6aea58a commit 5db440a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ conda env create -f environment.yml
conda activate AST
```

With mamba (faster https://github.com/mamba-org/mamba):
With mamba (faster <https://github.com/mamba-org/mamba>):

```bash
mamba env create -f environment.yml
Expand Down Expand Up @@ -182,7 +182,6 @@ To run style checking run `make style`.

* repo.py -> Contains the Repo class which represents a repo.


* write_head_hashes.py -> Writes the head hashes of all repos to a file.

* add_jacoco_gradle.py -> Adds jacoco to gradle projects.
Expand Down

0 comments on commit 5db440a

Please sign in to comment.