소스 검색

ReadMe doc - Using the module via Nexus repository

Vicent Iborra - LabLENI UPV 4 년 전
부모
커밋
696f42c85a
1개의 변경된 파일9개의 추가작업 그리고 7개의 파일을 삭제
  1. 9 7
      README.md

+ 9 - 7
README.md

@@ -61,6 +61,7 @@ we designed an approach with following requeriments:
         bluetooth
         pybluez
 
+
 ## Cloning this branch of the module
 
 ```
@@ -69,28 +70,29 @@ git clone --single-branch --branch Bluetooth_Smart_Environments https://scm.atos
 
 ## Integration of the module in the app
 
-        Open your app in Android Studio.
+Open your app in Android Studio.
         
-        File > New > Import Module
+    File > New > Import Module
 
-        Go to <i>smartenvironment</i> folder. 
+Go to smartenvironment folder. 
         
-        Select <b>smartenvironments</b> folder like source directory. 
+Select smartenvironments folder like source directory. 
         
-        Click <b>Finish</b> to import.
+Click Finish to import.
 
-        New module should appears in first line of <b>settings.gradle</b> file:
+New module should appears in first line of settings.gradle file:
 
         ```
         include ':app', ':smartenvironments'
         ```
 
-        Open <b>build.gradle</b> file of app module. In <b>dependencies</b> section add:
+Open build.gradle file of app module. In dependencies section add:
 
         ```
         implementation project(":smartenvironments")
         ```
 
+
 ## Integration of the module using Nexus Helios repository
 
 Add the repository in build.gradle file of project: