Redirect sw_building.md to existing readme

This commit is contained in:
JC Staudt 2018-05-30 18:56:25 -07:00
parent f1f9515656
commit 8537b7d541
3 changed files with 5 additions and 9 deletions

@ -13,10 +13,10 @@ TERES-I is a Do-It-Yourself (DIY) Free/Open Source Hardware ([FOSH](https://wiki
DIY kits are ready-to-assemble using the [instructions provided](doc/web/hw_assembly.md) and may be purchased [here](https://www.olimex.com/Products/DIY-Laptop/KITS).
* [What is TERES-I?](doc/web/intro_what-is-teres-i.md)
* [Where does the name come from?](doc/web/intro_name-origin.md)
* [What makes this laptop different?](doc/web/intro_what-is-unique.md)
* [Where does the name TERES come from?](doc/web/intro_name-origin.md)
* [What makes this laptop so different?](doc/web/intro_what-is-unique.md)
* [Why does open-source matter so much?](doc/web/intro_importance-of-open-source.md)
* [Where are the sources?](doc/web/intro_sources.md)
* [Where are the open-source materials?](doc/web/intro_sources.md)
## Assembling your TERES-I
@ -34,8 +34,8 @@ DIY kits are ready-to-assemble using the [instructions provided](doc/web/hw_asse
TERES-I was designed to run on Linux distributions, but may also run Android and Windows operating systems.
* [Installing a fresh official image to TERES-I](doc/web/sw_fresh-os.md)
* [Updating the image](doc/web/sw_updating-os.md)
* [Building the software](doc/web/sw_building.md)
* [Updating an image](doc/web/sw_updating-os.md)
* [Building an image](SOFTWARE/A64-TERES/scripts/README.md)
## Other resources

@ -1,4 +0,0 @@
# Building the software
Follow the build instructions via GitHub [here](https://github.com/OLIMEX/DIY-LAPTOP/tree/master/SOFTWARE/A64-TERES/scripts) (or download readme.md text file that contains the description).