Skip to content

Commit 80abb01

Browse files
committed
improve info text for the installer
1 parent 4f3fa2b commit 80abb01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/get_started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
The following guide will help you to install Backpex in your Phoenix application. We will guide you through the installation process and show you how to create a simple resource.
44

5-
> #### Info {: .info}
6-
>
7-
> We have added an initial version of the [Backpex installer task](Mix.Tasks.Backpex.Install.html) which runs with the help of the [Igniter](https://github.com/ash-project/igniter) framework. This installer automates most of the steps in this guide. Feedback is welcome!
8-
95
## Prerequisites
106

117
Backpex integrates seamlessly with your existing Phoenix LiveView application, but there are a few prerequisites you need to meet before you can start using it.
@@ -14,6 +10,10 @@ Backpex integrates seamlessly with your existing Phoenix LiveView application, b
1410

1511
Backpex is built on top of Phoenix LiveView, so you need to have Phoenix LiveView installed in your application. If you generate a new Phoenix application using the latest version of the `mix phx.new` generator, Phoenix LiveView is included by default.
1612

13+
> #### Info {: .info}
14+
>
15+
> We have created an initial version of the [Backpex installer task](Mix.Tasks.Backpex.Install.html), which runs with the help of the [Igniter](https://github.com/ash-project/igniter) framework. This installer automates the upcoming steps up to the "[Create an example resource](installation.html#create-an-example-resource)" step. Feedback is welcome!
16+
1717
### Tailwind CSS
1818

1919
Backpex uses Tailwind CSS for styling. Make sure you have Tailwind CSS installed in your application. You can install Tailwind CSS by following the [official installation guide](https://tailwindcss.com/docs/installation/framework-guides/phoenix). If you generate a new Phoenix application using the latest version of the `mix phx.new` generator, Tailwind CSS is included by default.

0 commit comments

Comments
 (0)