You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ All installation methods below will install LiftClean along with its dependencie
26
26
LiftClean can be installed with Docker. If you don't have Docker, please install [Docker](https://docs.docker.com/get-docker/) first. Then you can pull the Docker image with LiftClean installed
27
27
28
28
```console
29
-
VERSION=0.1.0
29
+
VERSION=0.2.0
30
30
docker run gemygk/liftclean:v${VERSION} liftclean -h
31
31
```
32
32
@@ -35,23 +35,23 @@ LiftClean can be installed with Singularity. If you don't have Singularity, plea
35
35
36
36
We can directly run LiftClean from the Singularity image hosted on DockerHub
0 commit comments