From e77d656484ddb010a31524c47372ced3718d9473 Mon Sep 17 00:00:00 2001 From: Josiah Parry Date: Fri, 12 Jan 2024 17:52:42 -0500 Subject: [PATCH] closes #281 (#305) --- R/license_note.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/license_note.R b/R/license_note.R index 12ac2f75..783b2d6c 100644 --- a/R/license_note.R +++ b/R/license_note.R @@ -11,7 +11,8 @@ write_license_note <- function(path = ".", quiet = FALSE, force = TRUE) { cli::cli_abort( c( "The {.code cargo license} command is required to run the {.fun write_license_note} function.", - "Please install cargo-license ({.url https://crates.io/crates/cargo-license}) first." + "*" = "Please install cargo-license ({.url https://crates.io/crates/cargo-license}) first.", + i = "Run {.code cargo install cargo-license} from your terminal." ), class = "rextendr_error" )