Skip to Content
Get Started

Get Started / Install

Generate documentation and cursor rules immediately.

Specific installation instructions for Cursor, VS Code, Windsurf below.

Follow both the Installation and Configure PUG steps to ensure proper installation.

Installation

  1. Go to www.getpug.dev

  2. Sign up on the waitlist and wait for approval

  3. Once approved, you will get an email from PUG

  4. Click the link given in the email to open up your dashboard

  5. Once you are in your dashboard, generate a PUG Token

    dashboard

  6. Copy the PUG Token

  7. Now, open the extension store in your IDE

  8. Search for PUG (Pure UpGrade) Extension Marketplace

  9. Click Install

Configure PUG

  1. Open the extension on your IDE using the shortcut Ctr+Shift+D
  2. Paste the PUG Token copied over from the dashboard
  1. Select which folder you want to store the docs in Select Folder

Now, you are good to go!! Installation and configuration complete!

Install with Open VSX

npm install -g ovsx
ovsx get PUG.pug-ai
The .vsix file should now be available in your workspace. Right click on the file, and select “Install Extension VSIX”

Install with CLI

Cursor

cursor —install-extension PUG.pug-ai

VS Code

code —install-extension PUG.pug-ai

Windsurf

windsurf —install-extension PUG.pug-ai
Last updated on