mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 04:37:54 +08:00
Typo: Update example to use correct command
When creating new plugins the word 'pkg' does not exist for 'omf new' command. The correct one is 'omf new plugin'.
This commit is contained in:
parent
1069f1fac2
commit
0e8b553fa2
|
@ -17,7 +17,7 @@ To learn package creation let's create a new package that will provide a `hello_
|
|||
Oh My Fish can scaffold a package structure for you. Use the command `omf new`:
|
||||
|
||||
```fish
|
||||
$ omf new pkg hello_world
|
||||
$ omf new plugin hello_world
|
||||
```
|
||||
|
||||
> Use `omf new theme my_theme_name` for themes.
|
||||
|
|
Loading…
Reference in New Issue
Block a user