https://github.com/mathix420/flutter_installer
Little script to install flutter on 42's Mac
https://github.com/mathix420/flutter_installer
Last synced: 10 days ago
JSON representation
Little script to install flutter on 42's Mac
- Host: GitHub
- URL: https://github.com/mathix420/flutter_installer
- Owner: mathix420
- Created: 2019-04-02T16:11:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T16:07:15.000Z (about 7 years ago)
- Last Synced: 2025-03-03T12:47:59.201Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_installer
Little script to install flutter on 42's Mac
## Install flutter
Just paste this command in your zsh terminal
```bash
curl --silent https://raw.githubusercontent.com/mathix420/flutter_installer/master/flutter_install.sh | zsh
```