Skip to content

Commit

Permalink
updated README to mention PHP cURL
Browse files Browse the repository at this point in the history
  • Loading branch information
tomershvueli committed Dec 10, 2017
1 parent 9c1a519 commit b979997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ It is your minimalist corner of the internet. The background will update with a
All the assets needed are part of the repo so it can run offline (though it won't fetch pretty background images for you).

This project uses:
- Apache
- PHP and PHP cURL
- jQuery
- Bootstrap CSS
- Mousetrap.js
Expand All @@ -30,6 +32,8 @@ Copy the config.sample.json file and rename to config.json. Be sure to update th
- 'idle_timer' => Set a number of milliseconds here if you'd like to automatically hide the menu after a certain time of inactivity. Leave this attribute out entirely if you don't want an idle timer.
- 'items' => The menu will be in a grid of 3 icons per row on desktop. Insert any link you'd like, or {{cur}} for the current URL of the page. Choose icons from [Font Awesome](http://fontawesome.io/icons/)

__NOTE__: PHP cURL is required for fetching external images.

### Unsplash Background Images
- 'unsplash_client_id' => Get Unsplash client ID from [Unsplash](https://unsplash.com/developers)

Expand Down

0 comments on commit b979997

Please sign in to comment.