update the way-out-of-date instructions in clion and intellij readmes

This commit is contained in:
Gered 2021-01-01 11:42:14 -05:00
parent 8369828390
commit a37403ebdc
2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +1,4 @@
You must create a `RailsCasts` theme inside CLion first. Do this in Settings > Editor > Colors & Fonts, Import this file into CLion under Settings > Editor > Color Scheme, and then use the "Import Scheme" function.
select any existing scheme and click "Save As" and name the new scheme `RailsCasts`
Close CLion, then go to `~/Library/Preferences/clion10/colors` and there should be a `RailsCasts.icls` file
which can be replaced with this one.
#### Note: #### Note:

View file

@ -1,5 +1 @@
You must create a `RailsCasts` theme inside IntelliJ first. Do this in Settings > Editor > Colors & Fonts, Import this file into IntelliJ under Settings > Editor > Color Scheme, and then use the "Import Scheme" function.
select any existing scheme and click "Save As" and name the new scheme `RailsCasts`
Close IntelliJ, then go to `~/Library/Preferences/IntelliJIdeaXXX/colors` (where 'XXX' is the current version of IntelliJ
you have installed) and there should be a `RailsCasts.icls` file which can be replaced with this one.