Skip to content

Commit 01627ac

Browse files
committed
Readme update
1 parent 400ff98 commit 01627ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Readme.mkdn

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@ If the WebSocket Patch has `foo/bar` output port defined with Number format, the
9090
# Clone the repository including all submodules
9191
git clone --recursive git://github.com/mirek/quartzcomposer-websocket.git
9292

93-
# Open project in Xcode
93+
# Build the plugin and install in ~/Library/Graphics/Quartz Composer Plug-Ins/WebSocket.plugin
9494
cd quartzcomposer-websocket
95-
open quartzcomposer-websocket.xcodeproj
95+
xcodebuild clean install
9696

97-
# In Xcode hit ⌘+R to compile the plugin and run Quartz Composer with example composition
97+
# Open example composition and run it
98+
open Compositions/Example.qtz
9899

99100
# Open example web page
100101
open WebPages/example.html

0 commit comments

Comments
 (0)