From 37a47f494853fcb7365d9d8d0fe078250fd26a60 Mon Sep 17 00:00:00 2001 From: Stefano Calabretti <45517710+cala-br@users.noreply.github.com> Date: Sat, 29 Jan 2022 20:01:33 +0100 Subject: [PATCH] Create README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 7162571..0f18a8b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,6 @@ You can add this library to your project by either cloning it or adding it as a --- ### Add as a submodule (recommended) -You can add the library to an existing STM32 project if you've already initialized it with a git repository - -To create a git repository, simply run `git init` inside the main project folder
-You will then be able to link it to a remote repository (like github) by running `git remote add origin repo_url` - To **add mmr_can as a submodule**, go into your project folder and run ``` git submodule add https://github.com/mmr-driverless/mmr_can.git Drivers/MMR_CAN