Skip to content

Commit ff75ca2

Browse files
committed
Adding install message
Making sure people how how the plugin works.
1 parent ebd66c9 commit ff75ca2

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"install": "messages/install.txt",
23
"1.1.0": "messages/1.1.0.txt"
34
}

messages/install.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
SCSS Compiler - Install
2+
-----------------------
3+
4+
Thanks for installing SCSS Compiler.
5+
6+
To get started, please follow the operating system specific instructions below:
7+
8+
For WINDOWS:
9+
Download and install the Ruby installer (https://rubyinstaller.org/).
10+
11+
Ensure the "Add Ruby executables to your PATH" is enabled during the
12+
installation process.
13+
14+
Open an Admin Command or PowerShell window and run the following command:
15+
16+
gem install sass
17+
18+
-----------------------------------
19+
20+
For LINUX/OSX:
21+
Open a Terminal window and run the following command:
22+
23+
sudo gem install sass
24+
We assume that the scss binary is installed in the following location:
25+
/usr/local/bin.
26+
27+
-----------------------------------
28+
29+
You can then select the SCSS you wish to compile, right click and use the
30+
context menu to select Compile SCSS or Compile SCSS with minification.
31+
32+
If you have any issues or requests, please visit:
33+
https://github.com/mattarnster/scsscompiler

0 commit comments

Comments
 (0)