add deprecation notice

This commit is contained in:
2022-11-09 09:06:46 +00:00
parent 5fdf7a31c8
commit 1049b41cb7

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# goget
This project is deprecated.
Please use the static curl binary from <https://github.com/moparisthebest/static-curl/releases/> instead.
This is the offical download site for static binaries listed on <https://curl.se/download.html>.
E.g to add the static curl binary in a Dockerfile
```Dockerfile
ADD https://github.com/moparisthebest/static-curl/releases/download/v7.85.0/curl-amd64 /usr/local/bin/curl
RUN chmod +x /usr/local/bin/curl
```