mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
doc: activate --depot-auto-update in getting_started.txt
Also be more explicit about the command to "execute" if depot archives are missing in depot.inc.
This commit is contained in:
@@ -444,12 +444,12 @@ proc check_for_missing_depot_archives { } {
|
||||
|
||||
if {[llength $local_user_archives]} {
|
||||
append create_args " CROSS_DEV_PREFIX=[cross_dev_prefix]"
|
||||
puts stderr "You may create the following archives locally:\n"
|
||||
puts stderr "You may create the following archives locally by executing:\n"
|
||||
puts stderr " [genode_dir]/tool/depot/create $local_user_archives$create_args\n"
|
||||
}
|
||||
|
||||
if {[llength $foreign_archives]} {
|
||||
puts stderr "You may try to download the following archives:\n"
|
||||
puts stderr "You may try to download the following archives by executing:\n"
|
||||
puts stderr " [genode_dir]/tool/depot/download $foreign_archives\n"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user