Added README

This commit is contained in:
deepjyoti30
2020-05-13 12:03:47 +05:30
parent 4a50ac0d42
commit 83b0fe52be
2 changed files with 22 additions and 1 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Minimal Startpage
Just another minimal startpage for browsers.
## How to Use
- Clone the repo
```console
git clone https://github.com/deepjyoti30/startpage
```
Alternately, you can download and extract from the browser.
- On chrome, open extensions from the tool menu or open it from [chrome://extensions](chrome://extensions).
- Click on load unpacked, navigate to the directory where you cloned the repo and select it.
## Settings
For the time being you need to edit the ```config.json``` file present in the root directory of the repo and then install the extension by following the above steps.

View File

@@ -30,6 +30,6 @@
}
],
"user": "Deepjyoti",
"disableMessage": false,
"disableMessage": true,
"disableDate": false
}