Skip to content

Commit ae1f33c

Browse files
committed
header details
1 parent 36f0e4e commit ae1f33c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pkg/cmd/register/register.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,11 @@ func runRegister(ctx context.Context, t *terminal.Terminal, s RegisterStore, opt
211211
t.Vprintf(" %s %s\n", t.Green(fmt.Sprintf("%-14s", "Organization:")), t.BoldBlue(org.Name+" ("+org.ID+")"))
212212
t.Vprint("")
213213
t.Vprint(t.Yellow(" This will:"))
214-
t.Vprint(" 1. Set up Brev tunnel")
214+
t.Vprint(" 1. Download and install Brev tunnel")
215215
t.Vprint(" 2. Collect hardware profile")
216216
t.Vprint(" 3. Register this machine with Brev")
217+
t.Vprint(" 4. Store registration data")
218+
t.Vprint(" 5. Connect device to Brev")
217219
t.Vprint("")
218220

219221
if opts.interactive {

0 commit comments

Comments
 (0)