gramineproject / graphene

Graphene / Graphene-SGX - a library OS for Linux multi-process applications, with Intel SGX support
https://grapheneproject.io
GNU Lesser General Public License v3.0
771 stars 261 forks source link

[Docs] Add note on adding `/usr/local/bin` to `PATH` envvar #2509

Closed dimakuv closed 3 years ago

dimakuv commented 3 years ago

Description of the changes

When installed from sources, Graphene is put under /usr/local/bin. However, some Linux distros (notably CentOS) do not allow running apps from this directory, so users must manually add this directory to the PATH environment variable.

This PR adds a note on this in our documentation.

How to test this PR?

N/A.


This change is Reviewable