mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Removed installation instructions from readme file of nestjs plugin
This commit is contained in:
parent
3208439652
commit
ec8281ab68
1 changed files with 11 additions and 13 deletions
|
|
@ -39,16 +39,14 @@ This plugin provides aliases for common [NestJS CLI](https://docs.nestjs.com/cli
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Clone this repository into your Oh My Zsh plugins directory (usually `~/.oh-my-zsh/custom/plugins`):
|
1. Add `nestjs` to the `plugins` array in your `~/.zshrc` file:
|
||||||
```sh
|
|
||||||
git clone https://github.com/ohmyzsh/ohmyzsh.git # Or your fork
|
```zsh
|
||||||
# Navigate to the plugins directory within the main repo if developing locally
|
plugins=(... nestjs)
|
||||||
# cp -r path/to/your/nestjs/plugin ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/nestjs
|
```
|
||||||
```
|
|
||||||
_(Adjust the clone/copy command based on whether you are contributing to the main repo or using a local
|
2. Restart your terminal or source your `~/.zshrc` file:
|
||||||
copy)_
|
|
||||||
2. Add `nestjs` to the `plugins` array in your `~/.zshrc` file:
|
```zsh
|
||||||
```zsh
|
source ~/.zshrc
|
||||||
plugins=(... nestjs)
|
```
|
||||||
```
|
|
||||||
3. Restart your terminal or source your `~/.zshrc` file: `source ~/.zshrc`
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue