From 7e7c49f6a445460af6d6570616e4bf6df556f43d Mon Sep 17 00:00:00 2001 From: nghi01 Date: Mon, 23 Jan 2023 08:07:05 -0500 Subject: [PATCH] Revise unclear instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2baceec..d929cad 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ docker run -p 3000:3000 opendronemap/nodeodm docker-machine ip ``` -* A rootless alternative to Docker is using [Apptainer](https://apptainer.org/). In order to run NodeODM together with ClusterODM on HPC, we need a rootless alternative to Docker, and that's where Apptainer comes in to play. From the Linux command line, run the following commands to host a NodeODM instance: +* A rootless alternative to Docker is using [Apptainer](https://apptainer.org/). In order to run NodeODM together with ClusterODM on HPC, we need a rootless alternative to Docker, and that's where Apptainer comes in to play. From the Linux command line, cd into the NodeODM folder and run the following commands to host a NodeODM instance: ``` apptainer build --sandbox node/ singularity.def