Closed
Description
In the installation commands section of the README, the docs state to run:
./install-rust-toolchain.sh --toolchain-version 1.64.0.0
. export-esp.sh
However, the export command doesn't seem to work on my x86 Mac:
% . export-esp.sh
.: no such file or directory: export-esp.sh
The file is present in the current working directory:
% ls export-esp.sh
export-esp.sh
I can solve this by running:
. ./export-esp.sh
or
source export-esp.sh
Thoughts? Am I missing something or is this a typo? Thanks!
Metadata
Metadata
Assignees
Labels
No labels