Conventions
The examples in this book can be run on Linux, Mac, Windows, and many other operating systems. But some small changes to the command-line statements may be required for certain platforms.
We’ll use notation from bash, which is the default shell on Mac OS X and many Linux distributions. The $ prompt will be used for all command-line examples. Windows command prompts typically use something like C:\> instead, so when you see a command like this
| | $ bundle install |
you’ll know not to type the dollar sign and to read it like this:
| | C:\> bundle install |
Most commands will be compatible between Windows and bash systems (such as cd and mkdir). In the cases where they’re not compatible, the appropriate commands for both ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access