Skip to content

Commit

Permalink
Merge pull request #371 from yegor256/version-up
Browse files Browse the repository at this point in the history
New version in README and CITATION.cff
  • Loading branch information
yegor256 authored Sep 23, 2024
2 parents e809669 + 72203d6 commit 764c60f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
given-names: "Yegor"
orcid: "https://orcid.org/0000-0001-6370-0678"
title: "CAM: A Collection of Snapshots of GitHub Java Repositories Together with Metrics"
version: 0.9.2
version: 0.9.3
doi: 10.48550/arXiv.2403.08488
date-released: 2024-03-31
date-released: 2024-09-23
url: "https://arxiv.org/abs/2403.08488"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ your [personal access token][create-PAT]:
docker run --detach --name=cam --rm --volume "$(pwd):/dataset" \
-e "TOKEN=XXX" -e "TOTAL=1000" -e "TARGET=/dataset" \
--oom-kill-disable --memory=16g --memory-swap=16g \
yegor256/cam:0.9.2 "make -e >/dataset/make.log 2>&1"
yegor256/cam:0.9.3 "make -e >/dataset/make.log 2>&1"
```

This command will create a new Docker container, running in the background.
Expand Down Expand Up @@ -134,7 +134,7 @@ using one of the existing files as an example.
if you don't change any installation scripts:
```bash
docker run -v $(pwd):/c --rm yegor256/cam:0.9.2 make -C /c test
docker run -v $(pwd):/c --rm yegor256/cam:0.9.3 make -C /c test
```
5. Send us a
Expand Down

0 comments on commit 764c60f

Please sign in to comment.