From 8307a5fe5838b0704a20629638ecaf855c9a3731 Mon Sep 17 00:00:00 2001 From: Andy Richardson Date: Sun, 26 Feb 2023 19:21:30 +0000 Subject: [PATCH] prepend > prefix --- docs/tpm_not_working.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tpm_not_working.md b/docs/tpm_not_working.md index bd69536..6680291 100644 --- a/docs/tpm_not_working.md +++ b/docs/tpm_not_working.md @@ -94,7 +94,7 @@ The solution is to find your brew prefix /opt/homebrew/bin ``` -And prefix it to the `PATH` environment variable +And prepend it to the `PATH` environment variable ``` set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin" ```