diff options
Diffstat (limited to 'roms/seabios/docs/Download.md')
-rw-r--r-- | roms/seabios/docs/Download.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/roms/seabios/docs/Download.md b/roms/seabios/docs/Download.md new file mode 100644 index 000000000..861e6d57a --- /dev/null +++ b/roms/seabios/docs/Download.md @@ -0,0 +1,27 @@ +SeaBIOS may be distributed under the terms of the [GNU +LGPLv3](https://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](https://git-scm.com/) revision +control system. To download the latest source from revision control, +run: + +``` +$ git clone https://git.seabios.org/seabios.git +$ 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: + +<https://www.seabios.org/downloads/> + +Please see [releases](Releases) for information on each release. |