From 91c12852494f66fab339b1c2955c5a65903d404a Mon Sep 17 00:00:00 2001
From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com>
Date: Sun, 7 Aug 2022 17:07:33 +0200
Subject: [PATCH] Update README.md
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 2c22c85..3a9930d 100644
--- a/README.md
+++ b/README.md
@@ -67,14 +67,14 @@ Change ApiUrl: '//example.net/' in www/config/environment.js<
Install deps
- sudo npm install -g ember-cli@2.13
- npm install -g bower
- npm install
- bower install
- sudo chown -R $USER:$GROUP ~/.npm
- sudo chown -R $USER:$GROUP ~/.config
- ember install ember-truth-helpers
- npm install jdenticon@2.1.0
+ sudo npm install -g ember-cli@2.13
+ sudo npm install -g bower
+ sudo chown -R $USER:$GROUP ~/.npm
+ sudo chown -R $USER:$GROUP ~/.config
+ npm install
+ bower install
+ ember install ember-truth-helpers
+ npm install jdenticon@2.1.0
Build.