This commit is contained in:
Pedro Piñera 2021-01-01 20:52:34 +01:00
parent 4cfe3f4071
commit dc2a267a6e
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ It's open source and written in Swift.
### Running script (Recommended)
```bash
bash <(curl -Ls https://releases.tuist.io/scripts/install)
bash <(curl -Ls https://install.tuist.io)
```
## Bootstrap your first project 🌀

View File

@ -214,7 +214,7 @@ def decrypt_secrets
end
def release_scripts
bucket = storage.bucket("releases.tuist.io")
bucket = storage.bucket("tuist-releases")
print_section("Uploading installation scripts to the tuist-releases bucket on GCS")
bucket.create_file("script/install", "scripts/install").acl.public!
bucket.create_file("script/uninstall", "scripts/uninstall").acl.public!

View File

@ -14,7 +14,7 @@ Tuist is a command line tool \(CLI\) that aims to facilitate the generation, mai
The first thing that we need to do to get started is installing the tool. To do so, you can run the following commands in your terminal:
```bash
bash <(curl -Ls https://releases.tuist.io/scripts/install)
bash <(curl -Ls https://install.tuist.io)
```
The process is relatively fast because we are actually not installing the tool. We are installing `tuistenv` \(which gets renamed to `tuist`\) when you install it.

View File

@ -43,7 +43,7 @@ In this blog post,
Id like to dive into some important features that we bundled in this release,
and Ill spoil what will be our focus for version 2.0.
> If you already have Tuist installed, run `tuist update` to get the latest version. Otherwise you can execute `bash <(curl -Ls https://releases.tuist.io/scripts/install)` to install it.
> If you already have Tuist installed, run `tuist update` to get the latest version. Otherwise you can execute `bash <(curl -Ls https://install.tuist.io)` to install it.
## Whats new in 1.0.0