Skip to content

Commit

Permalink
Add offical command npm install @janhq/nitro
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-service-account committed Nov 29, 2023
1 parent e2d9f1a commit fc6a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/containers/Homepage/GetNitro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function GetNitro() {
? `powershell -Command "& { Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/janhq/nitro/main/install.bat' -OutFile 'install.bat'; .\install.bat; Remove-Item -Path 'install.bat' }"`
: `curl -sfL https://raw.githubusercontent.com/janhq/nitro/main/install.sh | sudo /bin/bash -`;

const codeStringNpm = `#(Coming Soon)\nnpm install @janhq/nitro`;
const codeStringNpm = `npm install @janhq/nitro`;
const codeStringPython = `#(Coming Soon)\npip install @janhq/nitro`;

const [packageInstall, setPackageInstall] = useState("Shell script");
Expand Down

0 comments on commit fc6a943

Please sign in to comment.