From 0cd3b7016fffd439e3fff285150d94ab03638d2b Mon Sep 17 00:00:00 2001 From: sumeet14 Date: Fri, 29 Jun 2018 19:38:56 +0530 Subject: README updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c0bc8b..83c19bb 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ OpenModelica for Embedded Applications * If not, then click on `Board Manager`, type Tiva C in search bar and then click on `Install` to install board. * While using Energia on Windows Operating System, make sure you install necessary device drivers by following the instructions given [here](http://energia.nu/guide/guide_windows/). --- -##How to make changes to source code? +## How to make changes to source code? -##Linux Operating System +## Linux Operating System * Open the source codes by browsing to this location : `OpenModelicaEmbedded > Source`. * After making changes to these files open `Terminal`. * Browse to `OpenModelicaEmbedded > Source` folder using `cd` command. * Run command `make`. -##Windows Operating System +## Windows Operating System * Open the source codes by browsing to this location : `OpenModelicaEmbedded > Source`. * After making changes to these files open `Command Prompt (cmd)`. * Browse to `OpenModelicaEmbedded > Source` folder using `cd` command. -- cgit