Skip to content

Instantly share code, notes, and snippets.

@vishnun
Created May 8, 2017 20:00
Show Gist options
  • Select an option

  • Save vishnun/11ea13bfb47731ac38071ce336b4addd to your computer and use it in GitHub Desktop.

Select an option

Save vishnun/11ea13bfb47731ac38071ce336b4addd to your computer and use it in GitHub Desktop.

Revisions

  1. vishnun created this gist May 8, 2017.
    13 changes: 13 additions & 0 deletions install-guide-jetbrains.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    ## Untar
    `tar -xzf RubyMine-2017.1.2.tar.gz`

    ## Make directory for source and executable
    `mkdir -p ~/bin/rubymines/`
    `mkdir -p ~/bin/rubymine/`

    ## Move rubymine source to rubymines
    `mv RubyMine-2017.1.2 ~/bin/rubymines`

    ## Create symlink
    `ln -nfs ~/bin/rubymines/RubyMine-2017.1.2/ ~/bin/rubymine`