Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Commit 0be0235

Browse files
authored
Update README.md
1 parent db8a369 commit 0be0235

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ These instructions will get you a copy of the project up and running on your loc
1010
What things you need to install the software and how to install them
1111

1212
```
13-
Give examples
13+
1. VS Code
14+
2. Node.js
15+
3. PostgreSQL (psql)
16+
4. PostGIS
17+
5. Leaflet
18+
6. Bootstrap
19+
7. OpenstreetMap (OSM)
1420
```
1521

1622
### Installing
@@ -20,13 +26,14 @@ A step by step series of examples that tell you how to get a development env run
2026
Say what the step will be
2127

2228
```
23-
Give the example
29+
> cd c:\
30+
> mkdir query && cd query
2431
```
2532

2633
And repeat
2734

2835
```
29-
until finished
36+
> npm init
3037
```
3138

3239
End with an example of getting some data out of the system or using it for a little demo

0 commit comments

Comments
 (0)