dom96 / jester

A sinatra-like web framework for Nim.
MIT License
1.56k stars 120 forks source link

Docs: adding sections #308

Closed sdmcallister closed 8 months ago

sdmcallister commented 1 year ago

I would like to add to the readme docs.

For starters, a simple install section wouldn't hurt for newcommers. Specifically, should the current recommendation be to install by using nimble install jester#head to ensure you have the latest fixes? Right now if you do nimble install jester error routes like the one below don't work:

error Http404:
    resp "not found"