Skip to content

Commit

Permalink
updated download link for mac for 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LachsBagel committed Jan 16, 2025
1 parent ddaec65 commit 8d96b4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Fully Extensible! Add your own agents and have them automatically invoked based
#### Upload a PDF with paperclip icon, then ask questions about the PDF 📄
- "Can you give me a summary?"
- "What's the main point of the document?"
#### Ask about popular tokens and summary reports for tokens 🍿
- "What are the most active tokens on Solana?"

---

Expand All @@ -64,8 +66,8 @@ Fully Extensible! Add your own agents and have them automatically invoked based
#### Steps to Install
1. Download Installer
1. For Mac on Apple Silicon M1, M2, M3, M4 (arm64)
1. Download and run MORagents installer [MORagents021-apple.pkg](https://drive.proton.me/urls/AG19JG17JC#EYS7RDpLVVWK)
> SHA256 b4e7126410561f986ba116af567e7ac05b9eb59e7f1dcbaca3d7cd85b69a30c4 MORagents021-apple.pkg
1. Download and run MORagents installer [MORagents022-apple.pkg](https://drive.proton.me/urls/YA24T6MMT0#iCrO2BCuVZff)
> SHA256 3f51ce7cb5a81903f1cc612901c5c63cacc106e83e14c5ca791ddd6b5e71e883 MORagents022-apple.pkg
2. Wait several minutes for background files to download and then your browser should automatically open to http://localhost:3333
> Note: After installation is complete, the MORagents app icon will bounce for several minutes on your dock, and then stop. This is normal behavior as it's downloading <7GB of files in the background. You can open "Activity Monitor" and in the Network tab see that it's downloading.
Expand Down
6 changes: 3 additions & 3 deletions build_assets/macOS/Packaging_Instructions_macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ Future usage only requires you to run MORagents from your searchbar.

## Signing
```sh
productsign --sign "Developer ID Installer: Liquid Tensor LLC (ZQN244GMTD)" MORAgentsInstaller.pkg MORagents021-[apple\|intel].pkg
productsign --sign "Developer ID Installer: Liquid Tensor LLC (ZQN244GMTD)" MORAgentsInstaller.pkg MORagents022-apple.pkg
```

## Notarize
```sh
xcrun notarytool submit MORagents021-[apple\|intel].pkg --keychain-profile "NotaryProfile" --wait
xcrun notarytool submit MORagents022-apple.pkg --keychain-profile "NotaryProfile" --wait
```

## Staple
```sh
xcrun stapler staple MORagents021-[apple\|intel].pkg
xcrun stapler staple MORagents022-apple.pkg
```

---
Expand Down
Binary file modified images/MORagents-UI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d96b4e

Please sign in to comment.