Skip to content

Commit

Permalink
Split dev from usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Jan 21, 2024
1 parent 0ac8419 commit cc93974
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTE.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
= CONTRIBUTE

== 🏗️ Setup

.🧰 Prerequisites
[NOTE]
--
* https://wordpress.com[WordPress] instance
* https://www.php.net[PHP] version 8.0 or higher
* https://getcomposer.org[Composer]
* https://nodejs.org[Node.js]
--

In order to either setup the environment for development or install plugin manually follow these steps.

. Install Composer Dependencies (add command option `--no-dev` if you do not need development tools)
+
[source]
----
composer install
----
20 changes: 0 additions & 20 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,6 @@ image:https://github.com/{repo_path}/actions/workflows/build.yml/badge.svg[Build

https://wordpress.org/[WordPress] plugin to find the nearest Rotaract Clubs.

== 🏗️ Setup

.🧰 Prerequisites
[NOTE]
--
* https://wordpress.com[WordPress] instance
* https://www.php.net[PHP] version 7.4.0 or higher
* https://getcomposer.org[Composer]
* https://nodejs.org[Node.js]
--

In order to either setup the environment for development or install plugin manually follow these steps.

. Install Composer Dependencies (add command option `--no-dev` if you do not need development tools)
+
[source]
----
composer install
----

== 🔧 Installation

.Prerequisites
Expand Down

0 comments on commit cc93974

Please sign in to comment.