sandbox: Add some test LEDs
[oweals/u-boot.git] / tools / patman / README
index 27ec90acc80f08bbd0c514a9dccd4cb4fea40d6a..e36857dedea1d0dbafa41732aaf9bf0988d63f38 100644 (file)
@@ -135,6 +135,17 @@ Similar to the above, but skip the first commit and take the next 5. This
 is useful if your top commit is for setting up testing.
 
 
+How to install it
+=================
+
+The most up to date version of patman can be found in the U-Boot sources.
+However to use it on other projects it may be more convenient to install it as
+a standalone application. A distutils installer is included, this can be used
+to install patman:
+
+$ cd tools/patman && python setup.py install
+
+
 How to add tags
 ===============