更新 README.md

This commit is contained in:
钟进 2020-06-16 13:07:30 +00:00
parent cc978d8e12
commit 5e02cd08d6

View File

@ -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?