Clarify usage of JULIA_PROJECT=@. envvar (#48492)
When reading the docs, it's very easy to miss that there's a trailing dot in the magic string `@.` and that it's not just the singleton string `@` followed by a grammatical comma. I spent a very long time being frustrated by `export JULIA_PROJECT=@` not having any apparent effect.