From 6996d1a3eac88dc3ba1a2e73063d468867ac5b76 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 27 Mar 2020 14:19:21 -0700 Subject: [PATCH] List supported OSs in readme type: documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af91ab..699448d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [![Build](https://github.com/casey/intermodal/workflows/Build/badge.svg)](https://github.com/casey/intermodal/actions) [![Chat](https://img.shields.io/discord/679283456261226516.svg?logo=discord)](https://discord.gg/HaaT5Qz) -Intermodal is a user-friendly and featureful command-line BitTorrent metainfo utility. The binary is called `imdl`. At the moment, creation, viewing, and verification of `.torrent` files is supported. +Intermodal is a user-friendly and featureful command-line BitTorrent metainfo utility. The binary is called `imdl` and runs on Linux, Windows, and macOS. + +At the moment, creation, viewing, and verification of `.torrent` files is supported. For more about the project and its goals, check out [this post](https://rodarmor.com/blog/intermodal).