diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-12-16 08:53:24 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-12-29 09:17:15 -0500 |
commit | 14d3d26792310a03f5c3f2af85a8c0bf564d04b7 (patch) | |
tree | 4575e9cdd3a13456c7115732d93c2eadb0d9fde0 /docs/Download.md | |
parent | 72691a5299e9fac35d8ecbb56b3fa24226830116 (diff) | |
download | seabios-14d3d26792310a03f5c3f2af85a8c0bf564d04b7.tar.gz |
Add wiki documentation to repository
Add a docs/ directory that contains the contents of the SeaBIOS wiki
in markdown format.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Download.md')
-rw-r--r-- | docs/Download.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/Download.md b/docs/Download.md new file mode 100644 index 00000000..a49c6fb7 --- /dev/null +++ b/docs/Download.md @@ -0,0 +1,25 @@ +SeaBIOS may be distributed under the terms of the [GNU +LGPLv3](http://www.gnu.org/licenses/lgpl-3.0-standalone.html) license. +Both source code and binaries are available. + +Latest source code +================== + +The SeaBIOS project uses the [git](http://git-scm.com/) revision +control system. To download the latest source from revision control, +run: + +`$ git clone git://git.seabios.org/seabios.git seabios`\ +`$ cd seabios` + +There's also a [website](http://git.seabios.org/) to browse the latest +source code online. + +Released versions +================= + +Released versions of the source code are available at: + +<http://code.coreboot.org/p/seabios/downloads/> + +Please see [releases](Releases) for information on each release. |