Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/guides/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down