diff --git a/README.md b/README.md index 87b9eb31..750ae656 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,12 @@ In my case, it was `echo "eval \"\$(/Users/david/.local/bin/mise activate zsh)\" #### Compiling Cork 0. I recommend you pick a version marked by one of the version tags. Those are released versions. If you decide to compile the current state of any of the branches, you might encounter experience-breaking bugs and unfinished features -1. Use the command `git clone https://github.com/buresdv/Cork.git && cd Cork && mise use tuist@4.25.0 && tuist install && tuist generate --no-binary-cache`. Xcode will open the project. +1. Use the command `git clone https://github.com/buresdv/Cork.git && cd Cork && mise exec tuist@4.25.0 -- tuist install && mise exec tuist@4.25.0 -- tuist generate --no-binary-cache`. + - Mise will ask you to trust the local [`.mise.toml`](.mise.toml). + - You can either: + - Say yes, to always use `tuist` version 4.25.0 in this directory. + - Say no, and the command will use `tuist` 4.25.0 anyway, but future invocations of `tuist` will not be version controlled. + - Xcode will open the project.
git clone https://github.com/buresdv/Cork.git downloads the source codecd Cork opens the folder you downloaded Cork intomise use tells your system to use version 4.25.0 of Tuist to build Corkmise exec [...] runs a command using version 4.25.0 of Tuist, without polluting your local `mise.toml`, to build Corktuist install downloads all Cork pre-requisitestuist generate creates the Xcode project and opens it