From ec8281ab68fc2122a080bdb910db3faa695a044c Mon Sep 17 00:00:00 2001 From: Mohaiminus Sakib Date: Fri, 5 Sep 2025 17:38:50 +0100 Subject: [PATCH] Removed installation instructions from readme file of nestjs plugin --- plugins/nestjs/README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/plugins/nestjs/README.md b/plugins/nestjs/README.md index b56fb414e..295618214 100644 --- a/plugins/nestjs/README.md +++ b/plugins/nestjs/README.md @@ -39,16 +39,14 @@ This plugin provides aliases for common [NestJS CLI](https://docs.nestjs.com/cli ## Usage -1. Clone this repository into your Oh My Zsh plugins directory (usually `~/.oh-my-zsh/custom/plugins`): - ```sh - git clone https://github.com/ohmyzsh/ohmyzsh.git # Or your fork - # Navigate to the plugins directory within the main repo if developing locally - # 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 - copy)_ -2. Add `nestjs` to the `plugins` array in your `~/.zshrc` file: - ```zsh - plugins=(... nestjs) - ``` -3. Restart your terminal or source your `~/.zshrc` file: `source ~/.zshrc` +1. Add `nestjs` to the `plugins` array in your `~/.zshrc` file: + +```zsh +plugins=(... nestjs) +``` + +2. Restart your terminal or source your `~/.zshrc` file: + +```zsh +source ~/.zshrc +```