zio / zio-quickstarts

A minimal quickstart ZIO application for writing a RESTful Web Service
https://zio.dev/guides/#quickstart-guides
62 stars 39 forks source link

Fix README.md instructions to match current structure of project #34

Closed gnp closed 1 year ago

gnp commented 1 year ago

It was written as if each quickstart was in its own repo, but they are not. Also, if you follow the instructions you end up with build products in the individual sub-project directories that are not ignored by git, so I fixed that too.