-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated docs to reflect that FastDMG can now be installed via Homebrew
- Loading branch information
1 parent
44e9545
commit c38bec2
Showing
1 changed file
with
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,20 @@ FastDMG is a very minimal wrapper around the [ `hdiutil`](https://web.archive.or | |
|
||
* **[⇩ Download FastDMG 1.0.2](https://sveinbjorn.org/files/software/FastDMG.zip)** (~1.4 MB, Universal ARM/Intel 64-bit, 10.9 or later) | ||
|
||
## Brew | ||
|
||
FastDMG can be installed via `brew`: | ||
|
||
```bash | ||
brew install fastdmg | ||
``` | ||
|
||
Then: | ||
|
||
```bash | ||
open /Applications/FastDMG.app | ||
``` | ||
|
||
## How to use | ||
|
||
* Move FastDMG.app to your Applications folder | ||
|
@@ -57,7 +71,7 @@ FastDMG will then take care of mounting `.dmg` disk images when you open them i | |
|
||
## BSD License | ||
|
||
Copyright (C) 2012-2024 Sveinbjorn Thordarson <<a href="mailto:">[email protected]</a>> | ||
Copyright (C) 2012-2024 Sveinbjorn Thordarson <<a href="mailto:[email protected]">[email protected]</a>> | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|