From 483481441e1b7974ed3e8dfdff2f81def198a085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Galliat?= Date: Sat, 16 Oct 2021 09:51:21 -0400 Subject: [PATCH] Add installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1fabe61..4f81d38 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ It features two ways to authenticate, one using a Firefox Accounts email and password to open a session, and one using OAuth. See more about them [below](#authentication). +## Installation + +```sh +npm install -g firefox-sync-cli +``` + +The command will be available as `ffs`. 😏 + ## Usage ```