diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-04-03 23:10:22 +0200 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2013-04-04 04:50:00 +0200 |
commit | 4d6ab4e2ae25c8148e699e3821b71991ac4d80dc (patch) | |
tree | 650da2318e9c173e265bce17091ca21f3f931773 | |
parent | 5b5cf3d610f28bd44b15b0ef7a0816fd41d326af (diff) |
superiotool: Update README with Git repository URL and directory location
Change-Id: I36d980cea5ca9cc67262dba809441091757e1fb5
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3019
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
-rw-r--r-- | util/superiotool/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/superiotool/README b/util/superiotool/README index 0a969c596b..2607d8dd31 100644 --- a/util/superiotool/README +++ b/util/superiotool/README @@ -18,9 +18,9 @@ for details on coreboot), but it may also be useful for other things. Installation ------------ - $ svn co svn://coreboot.org/repos/trunk/util/superiotool + $ git clone http://review.coreboot.org/p/coreboot.git - $ cd superiotool + $ cd util/superiotool Optional: Edit the Makefile and set 'CONFIG_PCI = no' if you don't want to support PCI-attached "Super I/Os" (which needs libpci-dev) such as the |