Spotted a typo in CONTRIBUTING.md: `sudo apt-get l...
# ktor
j
Spotted a typo in CONTRIBUTING.md:
sudo apt-get libcurl
E: Invalid operation libcurl
https://github.com/ktorio/ktor/blob/main/CONTRIBUTING.md?plain=1#L43 Happy to make a PR to fix if you let me know the intention.
sudo apt-get install libcurl-dev
will at least suggest some candidates? (I am on Ubuntu 20.04)
e
Hey @Jonathan Mew, it would be great
j
Ah, you already select a candidate for us a couple of lines down:
sudo apt-get install libcurl4-openssl-dev
I think the line I originally highlighted can simply be removed
first PR, let me know if anything needs improving @e5l