From 7a630bad8d48b6e8196211cc617cf85d43695d4b Mon Sep 17 00:00:00 2001 From: Jake Dahn Date: Tue, 21 Nov 2023 14:24:59 -0700 Subject: [PATCH] Update the README with the latest commands --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 806f6c8..afdaf1c 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,10 @@ Usage: replicate [command] Core commands: + hardware Interact with hardware model Interact with models prediction Interact with predictions + scaffold Create a new local development environment from a prediction training Interact with trainings Alias commands: @@ -51,8 +53,7 @@ Flags: -h, --help help for replicate -v, --version version for replicate -Use "replicate [command] --help" for more information about a command. -``` +Use "replicate [command] --help" for more information about a command.``` ---