-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme with new installation instructions (#116)
Signed-off-by: Nicko Guyer <[email protected]>
- Loading branch information
Showing
6 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Allow the FireFly CLI to run on macOS | ||
|
||
On macOS default security settings prevent running arbitrary executable files downloaded from the internet, so you'll need to approve the FireFly CLI. You will only have to go through these steps once after installing, or updating the FireFly CLI. The first time you try to run `ff` in your terminal you will likely see a dialog like this. Simply cancel this dialog. | ||
|
||
## If you see this dialog, cancel it | ||
|
||
![ff blocked](blocked.png) | ||
|
||
## Go to System Preferences and click on Security & Privacy | ||
|
||
![System Preferences](system_preferences.png) | ||
|
||
## Click on the Allow Anyway button | ||
|
||
![Allow ff](allow_ff.png) | ||
|
||
## Now try running `ff` again and click Open | ||
|
||
Now try running the `ff` command in your terminal and a final confirmation dialog should appear. Click open: | ||
|
||
![Open dialog](open.png) | ||
|
||
|
||
This time the `ff` command should succeed and you should see something like this in your terminal: | ||
|
||
![FireFly CLI](firefly_screenshot.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.