From 93544daa4a70337145df95982df2676de6a6cc51 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 14 Oct 2018 22:35:58 +0200 Subject: [PATCH] Fix typo on INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ade166396..2c44fc574 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ $ [sudo] make install You can run it without installing, by using instead: ``` $ make -$ ./source/carla +$ ./source/frontend/carla ``` Packagers can make use of the `PREFIX` and `DESTDIR` variable during install, like this: