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?