There was an error while loading. Please reload this page.
1 parent 323abf6 commit 71441abCopy full SHA for 71441ab
1 file changed
src/tracer-installer/src/installer/install.rs
@@ -222,13 +222,13 @@ impl Installer {
222
sandbox_url.cyan()
223
);
224
225
- println!("- {} Read the documentation:");
+ println!("- {} Read the documentation:", "Docs".bold().yellow());
226
println!(" {}\n", "https://www.tracer.cloud/docs".cyan());
227
228
- println!("- {} Initialize Tracer:");
+ println!("- {} Initialize Tracer:", "Setup".bold().yellow());
229
println!(" {}\n", "tracer init".cyan());
230
231
- println!("- {} Check daemon status:");
+ println!("- {} Check daemon status:", "Status".bold().yellow());
232
println!(" {}\n", "tracer info".cyan());
233
234
if !nix::unistd::Uid::effective().is_root() {
0 commit comments