# Payhalal WooCommerce Plugin:
- Go to `wordpress/wp-content/plugins`.
- Inside of wordpress/wp-content/plugins do `git clone https://github.com/payhalal/woocommerce-plugin.git`
- And then, open the woocommerce-plugins and then move the `payhalal-gateway` folder into the `wp-content/plugins` folder
- After that refresh your wordpress admin page and then click on Plugins and go to installed-plugins, you should see "Payhalal for WooCommerce" Plugin.
You could also just paste these commands if you are on a Unix/Linux/Mac machine:
```bash
# go to Wordpress plugins folder
cd wordpress/wp-content/plugins
# Clone the Payhalal Woocommerce plugin
git clone https://github.com/payhalal/woocommerce-plugin.git
# Enter the woocommerce-plugin
cd woocommerce-plugin
# Move "payhalal-gateway" into the "wp-content/plugins" folder
mv payhalal-gateway ../
# move back to the plugins directory
cd ..
```
After that, go to your wordpress admin and then refresh the page, and then go and see all "Installed Plugins" you should see "Payhalal for Woocommerce".