From 343d6c1b8dca8851d5ed3ee37b4b0e009d8136e6 Mon Sep 17 00:00:00 2001 From: Ben Cumming Date: Wed, 16 Apr 2025 14:13:35 +0200 Subject: [PATCH] fix bullet point formatting error --- docs/guides/terminal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/terminal.md b/docs/guides/terminal.md index a9f98fd5..b131fcf3 100644 --- a/docs/guides/terminal.md +++ b/docs/guides/terminal.md @@ -51,6 +51,7 @@ This approach won't work if the same home directory is mounted on two different Care needs to be taken to store executables, configuration and data for different architecures in separate locations, and automatically configure the login environment to use the correct location when you log into different systems. The following example: + * sets architecture-specific `bin` path for installing programs * sets architecture-specific paths for installing application data and configuration * selects the correct path by running `uname -m` when you log in to a cluster