> For the complete documentation index, see [llms.txt](https://frost.gitbook.io/iosbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frost.gitbook.io/iosbook/flutter/life-cycles/flutter-update-your-flutter-path-mac-os.md).

# \[Flutter] Update your Flutter path (Mac OS)

1\. Open up Terminal.

2\. Run the following command: sudo nano /etc/paths.

3\.  Enter your password, when prompted.

4\. Go to the bottom of the file, and enter the path you wish to add.

5\. Add /Users/frost/flutter/bin

6\. Hit control-x to quit.

7\. Enter “Y” to save the modified buffer.

8\. That's it! To test it, in new terminal window, type: echo $PATH.
