mirror of https://github.com/OpenIPC/composer.git
Fix README formatting and add missing deps
parent
ebe0f6dbfe
commit
e88c00dca3
|
@ -6,8 +6,9 @@ _A tool to compile custom OpenIPC firmware_
|
||||||
|
|
||||||
### Usage:
|
### Usage:
|
||||||
|
|
||||||
|
```
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y automake autotools-dev bc build-essential curl fzf git libtool rsync unzip # mc tree
|
sudo apt-get install -y automake autotools-dev bc build-essential curl fzf git libtool rsync unzip mc tree python-is-python3
|
||||||
git clone https://github.com/openipc/composer.git
|
git clone https://github.com/openipc/composer.git
|
||||||
cd composer
|
cd composer
|
||||||
./building.sh
|
./building.sh
|
||||||
|
|
Loading…
Reference in New Issue