Update README.md

This commit is contained in:
Diego Giagio 2018-10-10 11:16:33 -04:00 committed by GitHub
parent d72450bb3c
commit ffa513d690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Warp # Warp
Warp lets you create self-contained single binary applications making it simpler and more ergonomic to deliver your application to your customers. A self-contained binary is specially convenient when the technology you use, such as .NET Core, Java and others, contain many dependencies that must be shipped alongside your application. Warp lets you create self-contained single binary applications making it simpler and more ergonomic to deliver your application to your customers. A self-contained binary is specially convenient when the technology you use, such as .NET Core, Java and others, contain many dependencies that must be shipped alongside your application.
Warp is supported on Linux, Windows and macOS. Warp is written in Rust and is supported on Linux, Windows and macOS.
## Quickstart with .NET Core ## Quickstart with .NET Core
### Linux ### Linux