Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 15, 2024
1 parent 72d5a3c commit d49f112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13,710 deletions.
6 changes: 3 additions & 3 deletions apps/showcase/doc/installation/downloaddoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import { Component } from '@angular/core';
export class DownloadDoc {
code: Code = {
command: `# Using npm
npm install primeng @primeng/themes
npm install primeng@18.0.0-rc.1 @primeng/themes@18.0.0-rc.1
# Using yarn
yarn add primeng @primeng/themes
yarn add primeng@18.0.0-rc.1 @primeng/themes@18.0.0-rc.1
# Using pnpm
pnpm add primeng @primeng/themes`
pnpm add primeng@18.0.0-rc.1 @primeng/themes@18.0.0-rc.1`
};
}
Loading

0 comments on commit d49f112

Please sign in to comment.