Răsfoiți Sursa

Update README.md

Jonas Budelmann 11 ani în urmă
părinte
comite
7ec6e2bdad
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Masonry has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable.
 Masonry supports iOS and Mac OSX.
 
-For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace.
+For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace. You will need to run `pod install` after downloading.
 
 ## Whats wrong with NSLayoutConstraints?