GuiyeC commited on
Commit
620058e
1 Parent(s): 37115f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,10 +14,11 @@ While these models and instructions were created for [Guernika](https://apps.app
14
 
15
  - Make sure you have [Xcode](https://apps.apple.com/app/id497799835) installed.
16
 
17
- - Once installed run the following command:
18
 
19
  ```shell
20
  sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/
 
21
  ```
22
 
23
  - You should now be ready to start converting models!
 
14
 
15
  - Make sure you have [Xcode](https://apps.apple.com/app/id497799835) installed.
16
 
17
+ - Once installed run the following commands:
18
 
19
  ```shell
20
  sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/
21
+ sudo xcodebuild -license accept
22
  ```
23
 
24
  - You should now be ready to start converting models!