Skip to content

Commit

Permalink
add windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Feb 7, 2018
1 parent c46f06e commit 80f38e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -23,27 +23,27 @@ 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

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?
Expand Down

0 comments on commit 80f38e0

Please sign in to comment.