Skip to content

Commit 1eab1ba

Browse files
committed
Fix the documentation in README.md
1 parent 7339235 commit 1eab1ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# NAME
22

33
Perl5::CoreSmokeDB - API server for the VueJS frontend
4+
[Perl5-CoreSmokeDB-Web](https://github.com/abeltje/Perl5-CoreSmokeDB-Web#name)
45

56
# DESCRIPTION
67

@@ -15,9 +16,13 @@ Basic installation for try-out:
1516
git clone https://github.com/abeltje/Perl5-CoreSmokeDB-API.git
1617
cd Perl5-CoreSmokeDB-API
1718
carton install
18-
carton exec -- local/bin/plackup -S Starman bin/app.psgi -E try-out --port 5050
19+
carton exec -- local/bin/plackup -s Starman bin/app.psgi -E try-out --port 5050
1920
```
2021

22+
On a clean Ubuntu 22.04 install you will also need these packages before you
23+
start: `build-essential` `cpanminus` `carton` `sqlite3` `libpq-dev`
24+
`libxml2-dev` `libexpat1-dev` `jq`
25+
2126
# THE API
2227

2328
The api supports 2 protocols: REST and JSONRPC. This document shows some

0 commit comments

Comments
 (0)