-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
# HTTP-2 Clients | ||
This folder contains all necesarry for install HTTP/2 clients under Ubuntu 14.04.x LTS (64bits). | ||
|
||
### Index | ||
cURL | ||
NGHTTP2 | ||
This folder contains all necessary for install HTTP/2 clients under Ubuntu 14.04.x LTS (64bits). | ||
|
||
## Index of clients | ||
The installation scripts are available for these clients: | ||
|
||
- [NGHTTP2](https://nghttp2.org/) | ||
|
||
#### cURL | ||
Description | ||
|
||
#### NGHTTP2 | ||
Description | ||
|
||
The installation script contains all necessary for complete the installation of NGHTTP2 without user intervention. You only have to run this command: | ||
|
||
```sh | ||
$ ./nghttp2_installer.sh | ||
``` | ||
|
||
Please enter the password of the root user if will be necessary. | ||
|
||
## Todo | ||
List of clients that will be supported by installation scripts on future versions of this repository: | ||
|
||
- [cURL](http://curl.haxx.se/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters