Skip to content
Snippets Groups Projects
Commit 7e3c6424 authored by Mathieu Ponton's avatar Mathieu Ponton
Browse files

feat: added the command to add yarn to the PATH

parent 2aa5ad82
Branches
No related tags found
No related merge requests found
Pipeline #77782 passed
......@@ -148,7 +148,10 @@ cd scripts
```
!!! info ""
If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin`.
If you cannot execute `ACH` after this command, it may be because you do not have the directory where yarn stores its symbolic links in your `PATH`. Edit it to append the result of `yarn global bin` by executing the following command:
```sh
export PATH="$PATH:`yarn global bin`"
```
You'll be prompted for a **cozysessid**, you can get it in the web console : in the `application` tab, look for the cookies and just copy the cozysessid value.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment