From fdf018e9f2f8d15a4bf79d419183dc89410226c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Grudzie=C5=84?=
Date: Thu, 21 Mar 2024 00:01:28 +0100
Subject: [PATCH] fix installation procedure for proper pip-git protocol
---
docs/getting-started.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index a0c952f..2851149 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -26,7 +26,7 @@ To simplify installing all the dependencies and this library, you can install th
Or you can manually install all the above dependencies and then simply install udacidrone using `pip install`:
```sh
-pip install https://github.com/udacity/udacidrone.git
+pip install git+https://github.com/udacity/udacidrone.git
```
## Using UdaciDrone ##