volumio / Build

Buildscripts for Volumio System
GNU General Public License v2.0
113 stars 102 forks source link

Docfix3 #468

Closed xipmix closed 3 years ago

ashthespy commented 3 years ago

Thanks! LGTM..

Minor pet peeve, though -- could we swap the stuff in how to section a bit?

#### How to

- clone the build repo to your local disk  : ```git clone https://github.com/volumio/Build build```
- cd to ./build and type

./build.sh -b -d -v

To a simple block, something alone the lines of

#### How to
- Ensure you have installed all dependencies.
- Clone the build repo, and launch the build script (requires root permissions).

git clone https://github.com/volumio/Build build cd ./build ./build.sh -b -d -v