From dfe980c19cd603de08d25ae800024388cbae8823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Tue, 27 Aug 2024 09:25:18 +0200 Subject: [PATCH] Update installation.md - Fixes #303 - Due to [this rename commit](https://github.com/josemarluedke/frontile/commit/72218220402e459887c87bcae28b5545f83e43fd) the readme was out of date - I also took the liberty to make the installation instructions more user friendly (copy&pasteable) --- docs/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 48ccbd01..f98d65a6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,13 +9,13 @@ want in your project. Here you can find information on how to install all the pa ## Packages -Independently of which packages you will use, you will need to have the Core and Theme -package installed. - - ```sh +# Independently of which other packages you will use, +# you will need to have those two packages installed: ember install @frontile/utilities ember install @frontile/theme + +# Optional packages: ember install @frontile/buttons ember install @frontile/collections ember install @frontile/status