更新 README.md
This commit is contained in:
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…
Reference in New Issue
Block a user