From 37b6d4eb6b808235feb5c4070e363e5e0aa4207d Mon Sep 17 00:00:00 2001 From: Chad Gorshing Date: Thu, 6 Feb 2025 11:00:54 -0600 Subject: [PATCH] docs: corrected highlighting for PATH (#1906) --- docs/guide/upgrading-to-v0-16.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/upgrading-to-v0-16.md b/docs/guide/upgrading-to-v0-16.md index cca671058..b8e130ed2 100644 --- a/docs/guide/upgrading-to-v0-16.md +++ b/docs/guide/upgrading-to-v0-16.md @@ -12,7 +12,7 @@ Installation of version 0.16.0 is much simpler than previous versions of asdf. It's just three steps: * Download the appropriate `asdf` binary for your operating system/architecture combo and place it in a directory on your `$PATH` -* Add `$ASDF_DATA_DIR/shims` to the front of your `$PATH. +* Add `$ASDF_DATA_DIR/shims` to the front of your `$PATH`. * Optionally, if you previously had a customized location for asdf data, set `ASDF_DATA_DIR` to the directory you already had the old version installing plugins, versions, and shims. @@ -55,7 +55,7 @@ to the end setting `ASDF_DATA_DIR` to that same value: export ASDF_DATA_DIR="/home/myuser/.asdf" ``` -#### 3. Add `$ASDF_DATA_DIR/shims` to the front of your `$PATH +#### 3. Add `$ASDF_DATA_DIR/shims` to the front of your `$PATH` In your shell RC file (same file as step #2) add `$ASDF_DATA_DIR/shims` to the front of your path: