Skip to content

Commit

Permalink
Merge pull request #120 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Improve README and update layers
  • Loading branch information
cbrake authored Feb 15, 2019
2 parents 1d6378b + 8d70558 commit 71316b9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ This distribution does not end at demo images but rather begins there.
This following is example of building and installing a linux system from
scratch on a Raspberry PI 3:

## Install Pre-requisites

Install `docker` on host distribution

- debian-like systems - `sudo apt install docker`
- RPM based systems - `sudo dnf install docker`
- Archlinux based systems - `sudo pacman -S docker`

## Workspace Setup

1. `git clone --recurse-submodules -j8 -b master git://github.com/YoeDistro/yoe-distro.git yoe`
1. `cd yoe`
1. `. ./raspberrypi3-64-envsetup.sh`
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-atmel
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
2 changes: 1 addition & 1 deletion sources/meta-rust

0 comments on commit 71316b9

Please sign in to comment.