I tried to install shorebird on zsh terminal by typing command which written on document
curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash
bagjeonghun@bagjeonghun-ui-MacBookAir ~ % curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/shorebirdtech/install/main/install.sh -sSf | bash -s -- --force
Existing Shorebird installation detected. Overwriting...
Cloning Shorebird into /Users/bagjeonghun/.shorebird
Cloning into '/Users/bagjeonghun/.shorebird'...
remote: Enumerating objects: 10661, done.
remote: Counting objects: 100% (2429/2429), done.
remote: Compressing objects: 100% (761/761), done.
remote: Total 10661 (delta 1976), reused 1921 (delta 1644), pack-reused 8232
Receiving objects: 100% (10661/10661), 86.96 MiB | 20.47 MiB/s, done.
Resolving deltas: 100% (7116/7116), done.
Updating Flutter...
Cloning into '/Users/bagjeonghun/.shorebird/bin/cache/flutter/49b602f7fae8f5bcd8de9547f31928058cbd768e'...
remote: Enumerating objects: 37023, done.
remote: Counting objects: 100% (193/193), done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 37023 (delta 184), reused 146 (delta 146), pack-reused 36830
Receiving objects: 100% (37023/37023), 19.06 MiB | 13.24 MiB/s, done.
Resolving deltas: 100% (1046/1046), done.
remote: Enumerating objects: 1729, done.
remote: Counting objects: 100% (352/352), done.
remote: Compressing objects: 100% (313/313), done.
remote: Total 1729 (delta 81), reused 39 (delta 39), pack-reused 1377
Receiving objects: 100% (1729/1729), 292.45 KiB | 19.50 MiB/s, done.
Resolving deltas: 100% (97/97), done.
remote: Enumerating objects: 1709, done.
remote: Counting objects: 100% (437/437), done.
remote: Compressing objects: 100% (405/405), done.
remote: Total 1709 (delta 89), reused 32 (delta 32), pack-reused 1272
Receiving objects: 100% (1709/1709), 287.54 KiB | 17.97 MiB/s, done.
Resolving deltas: 100% (98/98), done.
remote: Enumerating objects: 5871, done.
remote: Counting objects: 100% (4252/4252), done.
remote: Compressing objects: 100% (3549/3549), done.
Receiving objects: 100% (5871/5871), 10.84 MiB | 7.80 MiB/s, done.
remote: Total 5871 (delta 1438), reused 703 (delta 703), pack-reused 1619
Resolving deltas: 100% (1881/1881), done.
Updating files: 100% (7445/7445), done.
HEAD is now at 49b602f7 chore: roll engine to include bg http fix
Shorebird Engine • revision f9578b37c4490c75cc66b650fcba51e221c78411
'sysctl -n hw.optional.arm64' returned unexpected output: ''
bagjeonghun@bagjeonghun-ui-MacBookAir ~ %
but when I type shorebird on zsh it says "zsh: command not found: shorebird" and then I tried it again in bash, but it was same.
Is there are something that I missed?