Missing commands from installation instructions

Issue #56 new
Ingrid Schulman created an issue

In order to be able to invoke anduril by the command anduril, one needs to perform the following two steps in the installation before anduril build:

source <( "$ANDURIL_HOME"/utils/anduril-env-generate )

echo 'source <( ~/anduril/utils/anduril-env-generate )' >> ~/.bashrc

(when using bash, for other add the source … line to the corresponding profile file)

So add these two steps in the installation instructions, with the comment: “this file is bashrc when using bash, for other shells add to the corresponding profile/startup file” after line two.

Comments (0)

  1. Log in to comment