Skip to content

Commit

Permalink
readme: clarify what _sd is
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthehenry committed Apr 21, 2022
1 parent 2669b79 commit bd2fe5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Note that you cannot invoke "recursive `sd`" (that is, write scripts that themse
`sd` is not currently packaged in any package manager that I am aware of, but it should be pretty easy if you want to package it for your distribution. It's just a single script and a single completion file. Until that day:

1. Put the `sd` script somewhere on your `PATH`.
2. Put `_sd` somewhere on your `fpath`.
2. Put the `_sd` completion script somewhere on your `fpath`.

I like to symlink `sd` to `~/bin`, which is already on my path. If you've cloned this repo to `~/src/sd`, you can do that by running something like:

Expand Down

0 comments on commit bd2fe5f

Please sign in to comment.