Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 479 Bytes

A welcome screen for Ubuntu MATE that provides links to helpful resources, utilities and a selection of software packages.

Development

Clone this repository, then initialize the sub module :

git clone https://github.com/ubuntu-mate/boutique-2.0
cd boutique-2.0
git submodule init
git submodule update

Build the software index and copy it to the source tree :

cd software-boutique-curated-apps
./script/build.sh
cp -a dist ../src/apps
cd ..