-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
In https://github.com/sylabs/singularity/blob/main/INSTALL.md, I suggest two changes:
- Instances of
$PATHinecho 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrcandecho 'export PATH=$PATH:$(go env GOPATH)/bin' >> ~/.bashrcshould be replaced with\$PATH. This prevents the.bashrcfrom being unnecessarily cluttered with the expanded version of thePATHvariable. - There is a description for installing singularity via rpm, but no description for installing it from a debian package. I think before the https://github.com/sylabs/singularity/blob/main/INSTALL.md#clone-the-repo or https://github.com/sylabs/singularity/blob/main/INSTALL.md#clone-the-repo sections, it might make more sense to put the https://github.com/sylabs/singularity/blob/main/INSTALL.md#building--installing-from-an-rpm section as well as perhaps a section called
installing from a .deb package. In theinstalling from a .deb package, it should be sufficient to point the user to theAssetssection of https://github.com/sylabs/singularity/releases, tell them to download the package corresponding to their distro version, and then providing the standard commands (e.g.,sudo dpkg -i path-to-singularity-pkg.deb
Metadata
Metadata
Assignees
Labels
No labels