소스 검색

update readme

Carsten Porth 5 년 전
부모
커밋
ea61d6373d
1개의 변경된 파일21개의 추가작업 그리고 2개의 파일을 삭제
  1. 21 2
      app/README.md

+ 21 - 2
app/README.md

@@ -1,4 +1,23 @@
-# How to run the app
+# HybridOSN
+
+## Getting started
+
+- Install NodeJs
+- Set up Cordova and Ionic
+- Clone this repository
+- Install dependencies `npm i`
+
+## How to build and run the app
 
 Run on Android emulator: `ionic cordova emulate android`
-Run on connected Android device: `ionic cordova run android`
+Run on connected Android device: `ionic cordova run android`
+
+## Known Problems
+
+In case the build process fails with the error
+
+```
+Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
+```
+
+run `cordova clean`