etalon-cli 0.9.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +0 -2
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -5,6 +5,4 @@ const RESET = '\x1b[0m';
|
|
|
5
5
|
console.log(`${RED}ERROR: The ETALON CLI is now a native Rust application and is no longer distributed via npm.${RESET}\n`);
|
|
6
6
|
console.log('To install the new CLI, please use cargo:');
|
|
7
7
|
console.log(`${CYAN} cargo install etalon-cli${RESET}\n`);
|
|
8
|
-
console.log('Or use the pre-built Docker image:');
|
|
9
|
-
console.log(`${CYAN} docker run -it ghcr.io/nma-vc/etalon${RESET}\n`);
|
|
10
8
|
console.log(`For more installation options and the GitHub repository, visit:\n${CYAN} https://github.com/NMA-vc/etalon${RESET}\n`);
|
package/package.json
CHANGED