From 6ce0aa4698834a30a07be38adf57790d17166389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Szczepan=CC=81czyk?= Date: Mon, 18 Mar 2019 08:17:05 +0100 Subject: [PATCH] Revert "add windows support" This reverts commit 80f38e0f103487fc37d853a98a580c67b4db7b55. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d94db2..74d2bc8 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ No code is the best way to write secure and reliable applications. Write nothing Start by not writing any code. ``` - +echo "" > /dev/null ``` This is just an example application, but imagine it doing anything you want. Adding new features is easy too: ``` - +echo "" > /dev/null ``` The possibilities are endless. @@ -23,13 +23,13 @@ The possibilities are endless. Now that you have not done anything it's time to build your application: ``` - +$ ``` Yep. That's it. You should see the following output: ``` - +$ ``` ### Deploying @@ -37,13 +37,13 @@ Yep. That's it. You should see the following output: While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere. ``` - +$ ``` It's that simple. And when it comes time to scale the application, all you have to do is: ``` - +$ ``` I know right?