diff options
| author | jgart | 2024-07-26 15:46:38 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2025-10-04 14:33:41 -0500 |
| commit | e58e5ef6401070250a8bd7c7d3a5e8847560cc03 (patch) | |
| tree | d5797c42e745fac88e90907def09417659e39a40 /README.org | |
| parent | a86cf8199fcc34fb48d8279197c455a60a852aff (diff) | |
| download | gn-machines-e58e5ef6401070250a8bd7c7d3a5e8847560cc03.tar.gz | |
README.org: Fix sentence in order to improve clarity.
* README.org: Fix sentence.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org index c5c705b..2aa45db 100644 --- a/README.org +++ b/README.org @@ -77,7 +77,7 @@ You can get a shell into the container with something like: sudo guix container exec 89086 /run/current-system/profile/bin/bash --login #+END_SRC -When you start the container, you can get a shell into the container using the ~nsenter~ command. You will need the process ID of the container, which you can see on container startup or on your can get with something like: +When you start the container, you can get a shell into the container using the ~nsenter~ command. You will need the process ID of the container, which you can see on container startup or by inspecting the output of the following ~ps~ command: #+BEGIN_SRC sh ps -u root -f --forest | grep -A4 '/usr/local/bin/genenetwork-development-container' | grep 'shepherd' |
