diff --git a/README.md b/README.md index 96cd9980eb..96f8593369 100644 --- a/README.md +++ b/README.md @@ -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 ): ```bash mamba env create -f environment.yml @@ -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.