Skip to content

Commit

Permalink
readme up tweaks, added in node
Browse files Browse the repository at this point in the history
  • Loading branch information
jserrao authored Mar 4, 2020
1 parent 4aa523a commit 2d6ad6c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ So far, I have the following breakdowns of commands:
* [Linux/Ubuntu](linux.md)
* [MongoDB w/ setup commands + DB commands](mongodb.md)
* [MySQL](mysql.md)
* [Node.js, nvm, npm and yarn](node.md)
* [Python + PIP](python.md)
* [Shopify, theming mostly](shopify.md)
* [Terminus, from Pantheon](terminus-pantheon.md)
Expand All @@ -40,11 +41,11 @@ This is an educational resource and reference point for all the fun you will hav
What Do I Need to Use This?
-----

You are going to need a text editor and a terminal. I like Sublime Text and iTerm2 terminal on the Mac and in Ubuntu, I use the included Vim text editor and the Guake terminal.
You are going to need a text editor and a terminal. I like VS Code and iTerm2 terminal on the Mac and in Ubuntu, I use the included Vim text editor and the Guake terminal.

Links to the Goods:
* [Sublime Text](http://www.sublimetext.com/2)
* [iTerm2](http://www.iterm2.com)
* [VS Code](https://code.visualstudio.com)
* [iTerm2](https://www.iterm2.com)
* [Guake](https://apps.ubuntu.com/cat/applications/precise/guake/)

OSX has a unix-like core, so most of the commands on Linux work for OSX. There are some deviations, noted where appropriate in the command reference docs.
Expand Down Expand Up @@ -78,4 +79,4 @@ Thanks
* To you Mr. Internet, where we would be without each other?
* [Google](http://google.com), I can't even imagine the command line before you existed.
* [Superuser.com](http://superuser.com), part of the Stack Overflow network. A great resource for command line questions.
* And especially to [Sarah Thrasher](https://github.com/sarahjean), who has taught me so much about this mysterious black box, the command line.
* And especially to [Sarah Thrasher](https://github.com/sarahjean), who has taught me so much about this mysterious black box, the command line.

0 comments on commit 2d6ad6c

Please sign in to comment.