From dcf7f5e1ef13acfd6d068d1578781df957712506 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:05:33 +0100 Subject: [PATCH] Fixed instructions for installing from sources --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80835783..b8e7e7e8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ pip install cf-remote If you want to install an unreleased version of `cfbs`, such as the master branch, just run this inside [the git repo](https://github.com/cfengine/cfbs): ``` -$ cfbs install . +pip install . ``` ### Dependencies