We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c403b94 commit a1f9385Copy full SHA for a1f9385
README.md
@@ -2,10 +2,12 @@ This repository is just a container for the repositories of the servers
2
making up a simple instance of a CartoDB service, and scripts to get the
3
instance up and running in a quick way:
4
5
- ./configure && make && ./start.sh
+ `./configure && make && ./start.sh`
6
7
To check everything is working as expected, run `make check`.
8
9
+For more info about CartoDB: http://www.cartodb.com
10
+
11
# CONTRIBUTING
12
13
Pull requests for the wrapper can be sent on the github page:
@@ -29,5 +31,3 @@ Or to the fork, if not still in sync with the upstream:
29
31
https://github.com/strk/Windshaft-cartodb
30
32
https://github.com/strk/CartoDB-SQL-API
33
https://github.com/strk/CartoDB
-
---strk;
0 commit comments