Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
820b8bd4
Unverified
Commit
820b8bd4
authored
Oct 25, 2022
by
Eric Hsieh
Committed by
GitHub
Oct 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(autojump): fix outdated links and update description (#11289)
parent
bb8a0aa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
README.md
plugins/asdf/README.md
+10
-7
No files found.
plugins/asdf/README.md
View file @
820b8bd4
...
@@ -6,22 +6,25 @@ Adds integration with [asdf](https://github.com/asdf-vm/asdf), the extendable ve
...
@@ -6,22 +6,25 @@ Adds integration with [asdf](https://github.com/asdf-vm/asdf), the extendable ve
### Installation
### Installation
1.
Enable the plugin by adding it to your
`plugins`
definition in
`~/.zshrc`
.
1.
[
Download asdf
](
https://asdf-vm.com/guide/getting-started.html#_2-download-asdf
)
by running the following:
```
```
plugins=(asdf)
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
```
```
2. [Install asdf](https://github.com/asdf-vm/asdf#setup) by running the following:
2. [Enable asdf](https://asdf-vm.com/guide/getting-started.html#_3-install-asdf) by adding it to your `plugins` definition in `~/.zshrc`.
```
```
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
plugins=(asdf)
```
```
### Usage
### Usage
See the [asdf
usage documentation](https://github.com/asdf-vm/asdf#usage
) for information on how to use asdf:
See the [asdf
documentation](https://asdf-vm.com/guide/getting-started.html#_4-install-a-plugin
) for information on how to use asdf:
```
```
asdf plugin-add nodejs git@github.com:asdf-vm/asdf-nodejs.git
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs 5.9.1
asdf install nodejs latest
asdf global nodejs latest
asdf local nodejs latest
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment