mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Updated the readme (#273)
* Install/Uninstall multiple packages using ppman * Updated the readme * updated a variable Co-authored-by: Thomas <git@hexf.me>
This commit is contained in:
parent
1c3aa4a3e6
commit
22018cbc9b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const chalk = require('chalk');
|
||||
|
||||
exports.command = ['install <runtimes...>'];
|
||||
exports.command = ['install <packages...>'];
|
||||
exports.aliases = ['i'];
|
||||
exports.describe = 'Installs the named package';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue