Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Oct 10, 2023
1 parent ad4a212 commit 8b44a05
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,34 @@

## Requirements

- PHP 5.5+
- PHP 7.4 or higher
- [Composer](https://getcomposer.org/)

## Installation
## Get Started

##### 1. Clone this Repo into your `wp-content/plugins` directory.
```sh
$ cd /path-to-your/wp-content/plugins/
$ git clone git@github.com:sectsect/google-spreadsheet-to-db.git
cd /path-to-your/wp-content/plugins/
git clone git@github.com:sectsect/google-spreadsheet-to-db.git
```

##### 2. Install composer packages
##### 2. Remove `vendor/` in `.gitignore` file.
```sh
$ cd google-spreadsheet-to-db/functions/composer/
$ composer install
cd google-spreadsheet-to-db
nano .gitignore
```

##### 3. Activate the plugin through the 'Plugins' menu in WordPress.<br>
That's it:ok_hand:
```diff
- vendor/
```

##### 3. Install composer packages
```sh
cd functions/composer/
composer install
```

##### 4. Activate the plugin through the 'Plugins' menu in WordPress.

## Settings

Expand Down Expand Up @@ -221,7 +230,7 @@ $args = array(

## Notes

* Tested on WP v4.8.0
* Tested on WordPress v6.3.1

## Notes for Developer

Expand Down

0 comments on commit 8b44a05

Please sign in to comment.