Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnroper100 authored Feb 27, 2020
1 parent eeaee09 commit 8d696b8
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
@@ -1,21 +1,21 @@
Dropplets v2.0 - [Latest Version](https://github.com/johnroper100/dropplets/raw/master/index.php)
======================================

## How To Use Dropplets
## How To Use Dropplets:

### Installation
### Installation:

Simply use the `Latest Version` link above to download `index.php`. Copy it to a folder on your server.

If you are using nginx, use the rewrite rules that can be found in `.htaccess4nginx`.

You can run locally with `php -S localhost:3100 index.php`

#### Requirements
#### Requirements:

Make sure `index.php` has execution permission and can write to the folder containing it.

### Manage Your Website
### Manage Your Website:

- Change settings at `http://(your url)/setup`

Expand All @@ -27,7 +27,7 @@ Make sure `index.php` has execution permission and can write to the folder conta

- Update to latest version at `http://(your url)/update`

## Project Goals
## Project Goals:

- Application made up of only one file
- 30 second install and setup
Expand All @@ -37,7 +37,7 @@ Make sure `index.php` has execution permission and can write to the folder conta
- Works even when the user has disabled JavaScript
- Under 2500 lines of code

## Resources
## Resources:

Dependency Hosting - https://raw.githack.com/

Expand Down

0 comments on commit 8d696b8

Please sign in to comment.