Skip to content

Commit

Permalink
[FAB-13024] Update fabcar doc
Browse files Browse the repository at this point in the history
Updates for fabric-network programming model.

Change-Id: I45850245802619ace3228af77dda0d22a3b408cd
Signed-off-by: Anthony O'Dowd <a_o-dowd@uk.ibm.com>
Signed-off-by: joe-alewine <Joe.Alewine@ibm.com>
  • Loading branch information
ODOWDAIBM authored and denyeart committed Dec 11, 2018
1 parent 0b07d53 commit 5bcbbb5
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 305 deletions.
Binary file modified docs/source/tutorial/diagrams.pptx
Binary file not shown.
22 changes: 22 additions & 0 deletions docs/source/tutorial/installxcode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Install Xcode

If your Mac OS is running Mojave, you will need to install Xcode.

* Install Xcode from this [website](https://developer.apple.com/xcode/).

* Accept the Terms and Conditions.

* Ensure that the Xcode app is in the `/Applications` directory. Do not put it
in `/Users/{user}/Applications)`.

* Point ``xcode-select`` to the Xcode app Developer directory using the
following command:

```
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
```

**Note**: Make sure your Xcode application path is correct.
* Xcode: `/Applications/Xcode.app/Contents/Developer`
* Xcode-beta: `/Applications/Xcode-beta.app/Contents/Developer`

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bcbbb5

Please sign in to comment.