From ba8d7e0b9b099b79f433c6ac8c115ff7561a86bb Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Wed, 27 Sep 2017 13:32:12 +0900 Subject: [PATCH] updated document --- docs/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 6465799e..b1260b9a 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -10,7 +10,7 @@ If you don't have **Brewfile**, first, do:: $ brew init -``brew init`` is same as ``brew file init``, if you setup ``brew-wrap`` as above. +``brew init`` is same as ``brew file init``, if you setup ``brew-wrap`` as in :doc:`installation`. Note: In below, ``set_repo`` command can be used directly after ``brew``, but ``install`` or ``update`` need to use with ``brew file`` because @@ -28,7 +28,7 @@ and install packages listed in **Brewfile** by:: After that, you need to do only normal ``brew`` commands, like ``brew install`` or ``brew uninstall``. After each command, **Brewfile** is updated automatically -if you set ``brew-wrap`` as above. +if you set ``brew-wrap`` as in :doc:`installation`. When you get new Mac, copy **~/.config/brewfile** to new Mac