diff --git a/README.md b/README.md index 26581a7..ba8c7c7 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ https://www.pling.com/p/1360254/ 1. Install dependencies: - ruby -2. cd into the generate/ directory. +2. cd into the generator/ directory. -3. Generate a file called colours.conf with colourname and colour value in hex, separated with =. For example: +3. Create a file called colours.conf with colourname and colour value in hex, separated with =. For example: ``` spark_dark = #222 @@ -42,9 +42,8 @@ spark_orange = #FFA726 spark_green = #4E9A06 spark_purple = #912BFF ``` -It's most likely have some contents, remove and insert according to your likings. +It's most likely have some contents, remove and insert lines according to your likings. +4. Run `convert.rb`. This will convert your colours and map it to the cursors. -4. Run convert.rb This will convert your colours and map it to the cursors. - -5. Go to the manual install section and start building the cursor. +5. Follow [Manual Install](https://github.com/Souravgoswami/oreo-cursors#manual-install) for installation.