From 811d92e5d6281d7b59f9f9fa164735014a3d8f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Tue, 2 Jun 2020 03:42:15 +0300 Subject: [PATCH] Update README.md Adept to CHE Theioa IDE --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b39233d..799eb7c 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ AndroidX replaces the original support library API's with packages in the androi Migration tool can be installed via npm easily from our public npm repository. The installation is pretty easy via Smartface Cloud IDE. Run the following code in terminal: ```bash -(cd scripts && npm install sf-androidx-migration) +(cd /projects/workspace && npm install --save-dev sf-androidx-migration) ``` ## Usage ```javascript -node --max-old-space-size=2048 ~/workspace/scripts/node_modules/sf-androidx-migration/index.js ~/workspace/scripts/ -node --max-old-space-size=2048 ~/workspace/scripts/node_modules/sf-androidx-migration/index.js ~/workspace/config/ +node --max-old-space-size=2048 /projects/workspace/node_modules/sf-androidx-migration/index.js /projects/workspace/workspace/scripts/ +node --max-old-space-size=2048 /projects/workspace/node_modules/sf-androidx-migration/index.js /projects/workspace/config/ ``` ### ❗Important Note❗