Skip to content

Commit

Permalink
docs: corrected highlighting for PATH (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorshing authored Feb 6, 2025
1 parent fdb1bc7 commit 37b6d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/upgrading-to-v0-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 37b6d4e

Please sign in to comment.