This commit is contained in:
Jakub Roztocil 2021-09-06 20:19:31 +02:00
parent 7e9e7c783f
commit 185af7c9f1
2 changed files with 1 additions and 7 deletions

View File

@ -81,4 +81,4 @@ $ http -a USERNAME POST https://api.github.com/repos/httpie/httpie/issues/83/com
Have a look through existing [Issues](https://github.com/httpie/httpie/issues) and [Pull Requests](https://github.com/httpie/httpie/pulls) that you could help with. If you'd like to request a feature or report a bug, please [create a GitHub Issue](https://github.com/httpie/httpie/issues) using one of the templates provided.
[See full contribution guide →](https://github.com/httpie/httpie/blob/master/CONTRIBUTING.md)
[See contribution guide →](https://github.com/httpie/httpie/blob/master/CONTRIBUTING.md)

View File

@ -116,12 +116,6 @@ Python version 3.6 or greater is required.
You can also install the latest unreleased development version directly from the `master` branch on GitHub.
It is a work-in-progress of a future stable release so the experience might be not as smooth.
<div class='hidden-website'>
[![Build](https://img.shields.io/github/workflow/status/httpie/httpie/Build?color=%2373DC8C&label=Build&logo=github)](https://github.com/httpie/httpie/actions)
</div>
You can install it on Linux, macOS or Windows with `pip`:
```bash