## Getting started Install `chronos` using `nimble`: ```text nimble install chronos ``` or add a dependency to your `.nimble` file: ```text requires "chronos" ``` and start using it: ```nim {{#include ../examples/httpget.nim}} ```