From 829793c34df354def2f0f4968d22ba928f9d8f67 Mon Sep 17 00:00:00 2001 From: Jakub Olejnik Date: Thu, 2 May 2024 00:03:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index abe3062..5f9b183 100644 --- a/README.md +++ b/README.md @@ -32,22 +32,6 @@ Download command has single option `--prefix`. Torino download --prefix "Swift-5.5" ``` -### Bootstrap - -This command is designed to simplify bootstrapping your projects. At first it tries to get your dependencies from cache (local or remote based on your configuration), then it calls `carthage bootstrap` with respective arguments, to ensure you have all dependencies and then optionally caches new dependencies (`--upload`). - -``` -Torino bootstrap --prefix "Swift-5.5" --platform iOS --upload -``` - -### Update - -This command is designed simplify updating dependencies on your projects. At first it runs `carthage update --no-build` to update your _Cartfile.resolved_, then tries to get dependencies from cache, the runs `carthage build` with respective arguments and optionally caches new dependencies (`--upload`). - -``` -Torino update --prefix "Swift-5.5" --platform iOS --upload -``` - ### Remote caching Torino currently supports remote cache stored in GCP buckets. To support that you need to provide two environment variables: