Removed installation instructions from readme file of nestjs plugin

This commit is contained in:
Mohaiminus Sakib 2025-09-05 17:38:50 +01:00
commit ec8281ab68

View file

@ -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`