-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f38f55
commit e8121e6
Showing
8 changed files
with
16 additions
and
14 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
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
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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Install and Run | ||
|
||
There are three ways to run `icloudpd`: | ||
1. Download executable for your platform from the GitHub [Release](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases/tag/v1.24.0) and run it, e.g.: | ||
1. Download executable for your platform from the GitHub [Release](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases/tag/v1.24.1) and run it, e.g.: | ||
|
||
```sh | ||
icloudpd --username [email protected] --directory photos --watch-with-interval 3600 | ||
|
@@ -107,13 +107,13 @@ npx --yes icloudpd --directory /data --username [email protected] --watch-with-in | |
Here are the steps to make it working: | ||
- download binary from GitHub [Releases](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases) into desired local folder | ||
- add executable flag by running `chmod +x icloudpd-1.24.0-macos-amd64` | ||
- start it from the terminal: `icloudpd-1.24.0-macos-amd64` | ||
- add executable flag by running `chmod +x icloudpd-1.24.1-macos-amd64` | ||
- start it from the terminal: `icloudpd-1.24.1-macos-amd64` | ||
- Apple will tell you that it cannot check for malicious software and refuse to run the app; click "Ok" | ||
- Open "System Settings"/"Privacy & Security" and find `icloudpd-1.24.0-macos-amd64` as blocked app; Click "Allow" | ||
- Start `icloudpd-1.24.0-macos-amd64` from the terminal again | ||
- Open "System Settings"/"Privacy & Security" and find `icloudpd-1.24.1-macos-amd64` as blocked app; Click "Allow" | ||
- Start `icloudpd-1.24.1-macos-amd64` from the terminal again | ||
- Apple will show another warning; click "Open" | ||
- After that you can run `icloudpd-1.24.0-macos-amd64 --help` or any other supported command/option | ||
- After that you can run `icloudpd-1.24.1-macos-amd64 --help` or any other supported command/option | ||
## Error on the First Run | ||
|
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
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