更新 README.md

remotes/origin/master
钟进 4 years ago
parent cc978d8e12
commit 5e02cd08d6

@ -16,7 +16,9 @@ git submodule update && \
git submodule foreach git pull && \ 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 / cd /cartodb/fonts && mv * /usr/share/fonts/ && fc-cache -fv && dpkg-reconfigure fontconfig && cd /
``` ```
# What is CARTO? # What is CARTO?

Loading…
Cancel
Save