Added Rider to Third Party instructions
This commit is contained in:
parent
b3107b81bc
commit
382d3eb23f
|
@ -280,6 +280,13 @@ sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3r
|
||||||
sudo eopkg it pycharm*.eopkg;sudo rm pycharm*.eopkg
|
sudo eopkg it pycharm*.eopkg;sudo rm pycharm*.eopkg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Rider
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/programming/rider/pspec.xml
|
||||||
|
sudo eopkg it rider*.eopkg;sudo rm rider*.eopkg
|
||||||
|
```
|
||||||
|
|
||||||
### RubyMine
|
### RubyMine
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|
Reference in New Issue