1
0
mirror of synced 2024-11-22 01:04:24 +01:00

Update README.md

This commit is contained in:
cpw 2018-06-29 08:51:57 -04:00 committed by GitHub
parent ed6c73fc16
commit fa24ac0d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# No Code
# No Mod
No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.
No mod is the best way to write secure and reliable mods. Write nothing; share nowhere.
## Getting Started
@ -10,7 +10,7 @@ Start by not writing any code.
```
This is just an example application, but imagine it doing anything you want. Adding new features is easy too:
This is just an example mod, but imagine it doing anything you want. Adding new features is easy too:
```
@ -18,35 +18,29 @@ This is just an example application, but imagine it doing anything you want. Add
The possibilities are endless.
### Building the Application
### Building the Mod
Now that you have not done anything it's time to build your application:
Now that you have not done anything it's time to build your mod:
```
```
Yep. That's it. You should see the following output:
Yep. That's it. You should see the following things in-game:
```
```
### Deploying
### Sharing
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.
While you still have not done anything it's time to share your mod. By running the following command you can share your mod absolutely nowhere.
```
```
It's that simple. And when it comes time to scale the application, all you have to do is:
```
```
I know right?
It's that simple.
## Contributing