Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Fix up markdownlint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Oct 10, 2022
1 parent 46bb775 commit 75fc5c0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
15 changes: 14 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,56 @@

---

### [choco://messenger](choco://messenger)

To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://community.chocolatey.org/packages/choco-protocol-support)

---

## Go big with Messenger

A simple app that lets you text, video chat, and stay close with people you care about.

![Messenger Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-messenger@41f54bf64d8c817bf3663b1c331fe5074df2923f/Screenshot.png)

### Features

#### CROSS-APP COMMUNICATION - Hang with your favorite people on your favorite apps and devices

Messenger powers conversations within Facebook, Instagram, Portal, and Oculus.

#### WATCH TOGETHER - Enjoy videos with your friends

Watch movies, music videos, TV shows and more with your friends over video chat.

#### CUSTOM REACTIONS - Say it with any emoji

Lost for words? Now you can customize your reactions, with way more emojis to choose from, including 🎉 and 🔥.

#### ANIMATED EFFECTS - Express yourself

Bring your conversations to life with fun AR effects, message effects and selfie stickers.

#### CHAT THEMES - Your chats, Your way

Choose from fun themes and colors to make your chats more personal ❤️ 🏳️‍🌈

#### REPLIES & FORWARDING - Let the conversation flow

Choose the exact message you want to reply to or forward, right in your chat.

#### PAYMENTS - Send money to friends & family
Send and receive money securely and easily by adding your debit card, PayPal account or reloadable prepaid card.<br/>

Send and receive money securely and easily by adding your debit card, PayPal account or reloadable prepaid card.

Available in the US only. Single-source cards eligible for sending money only.

#### BUSINESS - Connect with businesses

Find deals, make reservations and get customer support by chatting with your favorite businesses right from Messenger.

## Package Notes

Facebook hides Messenger downloads behind a timestamped download URL that is generated by a request to a canonical URL. While it seems possible to influence which software version is served (namely with `User-Agent` spoofing), the resulting URL is obfuscated and implements signature matching to prevent tampering, which makes reverse engineering of the server's behavior difficult. Therefore, this package will only support the latest available version, and should be treated similarly to packages with a non-versioned download URL.

This means the installer binary's checksum will periodically change, and a newly released software version will break this package version. Consequently, FOSS users should generally consider older package versions to be obsolete and unsupported. Obsolete package versions may be unlisted if the Chocolatey CDN has not cached the download before obsoletion.
Expand Down
8 changes: 8 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# <img src="https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-messenger@11eade7e5c9cf02a523fc1a90c744a146ba806b7/messenger.png" width="48" height="48"/> Chocolatey Package: [Messenger](https://community.chocolatey.org/packages/messenger/)

[![Chocolatey package version](https://img.shields.io/chocolatey/v/messenger.svg)](https://community.chocolatey.org/packages/messenger/)
[![Chocolatey package download count](https://img.shields.io/chocolatey/dt/messenger.svg)](https://community.chocolatey.org/packages/messenger/)

## Install

[Install Chocolatey](https://chocolatey.org/install), and run the following command to install the latest approved version on the Chocolatey Community Repository:

```shell
choco install messenger
```
Expand All @@ -15,7 +18,9 @@ choco install messenger --source="'.;https://community.chocolatey.org/api/v2/'"
```

## Build

[Install Chocolatey](https://chocolatey.org/install), clone this repository, and run the following command in the cloned repository:

```shell
choco pack
```
Expand All @@ -25,14 +30,17 @@ A successful build will create `messenger.x.y.z.nupkg`, where `x.y.z` should be
Note that Chocolatey package builds are non-deterministic. Consequently, an independently built package will fail a checksum validation against officially published packages.

## Update

This package should be automatically updated by the [Chocolatey Automatic Package Updater Module](https://github.com/majkinetor/au). If it is outdated by more than a few days, please [open an issue](https://github.com/brogers5/chocolatey-package-messenger/issues).

AU expects the parent directory that contains this repository to share a name with the Nuspec (`messenger`). Your local repository should therefore be cloned accordingly:

```shell
git clone [email protected]:brogers5/chocolatey-package-messenger.git messenger
```

Alternatively, a junction point can be created that points to the local repository (preferably within a repository adopting the [AU packages template](https://github.com/majkinetor/au-packages-template)):

```shell
mklink /J messenger ..\chocolatey-package-messenger
```
Expand Down

0 comments on commit 75fc5c0

Please sign in to comment.