iwr https://github.com/devjiwonchoi/po2mo/raw/main/scripts/install.ps1 -useb | iex
curl -fsSL https://github.com/devjiwonchoi/po2mo/raw/main/scripts/install.sh | sh -
If you don't have curl
installed, you would like to use wget
:
wget -qO- https://github.com/devjiwonchoi/po2mo/raw/main/scripts/install.sh | sh -
Prior to running the install script, you may optionally set an env variable PO2MO_VERSION to install a specific version of po2mo:
curl -fsSL https://github.com/devjiwonchoi/po2mo/raw/main/scripts/install.sh | env PO2MO_VERSION=<version> sh -
npx po2mo@latest
npm i -g po2mo
yarn global add po2mo
pnpm i -g po2mo