Update README.md

This commit is contained in:
Pedro Piñera Buendía 2018-09-04 13:20:13 +02:00 committed by GitHub
parent 125e52ece0
commit abc25b2308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -37,3 +37,12 @@ eval "$(curl -sL https://raw.githubusercontent.com/tuist/tuist/master/script/ins
2. Generate Xcode project with `swift package generate-xcodeproj`. 2. Generate Xcode project with `swift package generate-xcodeproj`.
3. Open `tuist.xcodeproj`. 3. Open `tuist.xcodeproj`.
4. Have fun 🤖 4. Have fun 🤖
## Shield
If your project uses Tuist, you can add the following badge to your project README:
[![Tuist Badge](https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true)](https://github.com/tuist)
```md
[![Tuist Badge](https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true)](https://github.com/tuist)
```