From 024a92eccdaf077bec82bd5e1c9f41ca8e843ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 21 Jul 2021 19:34:40 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 065ef77..58efc51 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ With Bunny CDN's Storage Edge, your web applications benefit from replicated sto ## How do I use Bunny CLI? +To install Bunny CLI, you need to be using Composer in your project. For more details about Composer, see the [Composer documentation](https://getcomposer.org/doc/). + +```bash +composer global require own3d/bunny-cli +``` + Bunny CLI currently only comes with a `deploy` command. With this command, you can easily synconizise your `dist` folder with your edge storage. > All files in the edge storage that are **not** in your local `dist` directory will be deleted.