From 80fc3839b9697aabaee517e4403f3f5277102019 Mon Sep 17 00:00:00 2001 From: jeffq-intrepid Date: Tue, 30 Aug 2016 17:52:03 -0400 Subject: [PATCH] Update README.md don't need sudo to make --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2448103..32364aa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the kernel object portion of Intrepid Control Systems' SocketCAN support First, build the KO. ``` -$ sudo make +$ make ``` The resulting file will be ```intrepid.ko```. This module depends on ```can```, ```can_dev```, and ```can_raw``` (which should already be a part of your system). Before you can load the module, make sure these modules are loaded, then ```insmod``` can be used to load it.