Skip to content

Commit

Permalink
πŸ“ Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed May 1, 2024
1 parent 1e986a6 commit 829793c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 829793c

Please sign in to comment.