From 5e02cd08d65e480de77c4752f7766e52e1308a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 16 Jun 2020 13:07:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4721c1d..b308575 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ git submodule update && \ git submodule foreach git pull && \ -cd carto.js && npm install && npm link && cd .. && npm link internal-carto.js +cd carto.js && rm -rf node_modules/ && npm install && npm link && cd .. && npm link internal-carto.js && \ + +cd /cartodb && bundle exec grunt @@ -25,11 +27,8 @@ cd carto.js && npm install && npm link && cd .. && npm link internal-carto.js ## 中文字体 ``` - cd /cartodb/fonts && mv * /usr/share/fonts/ && fc-cache -fv && dpkg-reconfigure fontconfig && cd / - - ``` # What is CARTO?