We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d7a9a commit bd17062Copy full SHA for bd17062
README.adoc
@@ -31,13 +31,13 @@ export YARN_NPM_MINIMAL_AGE_GATE=10080
31
32
[NOTE]
33
====
34
-==== Developers have two options for setting these variables
+*Developers have two options for setting these variables*
35
36
-===== Option A: Global shell configuration (simple)
+_Option A: Global shell configuration (simple)_
37
38
Add the variables to your shell profile (`.bashrc`, `.zshrc`, etc.) as shown above. These will apply to all Yarn projects on your system.
39
40
-===== Option B: Per-repository with direnv (recommended)
+_Option B: Per-repository with direnv (recommended)_
41
42
Use https://direnv.net/[direnv] to automatically set these variables only when working in this repository:
43
0 commit comments