From e7574522fdaba6c2e71d360d308a247bb90e3b76 Mon Sep 17 00:00:00 2001 From: Philip Loche Date: Tue, 2 Dec 2025 09:35:36 +0100 Subject: [PATCH] fix link in readme --- README.rst | 2 +- docs/CHANGELOG.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9df85ade..1001d240 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ MDAnalysis command line interface ``mdacli`` is a simple command line interface (CLI) to the analysis classes of `MDAnalysis`_ using argparse_. `Contributions are welcome `_! -To install ``mdacli`` refer to the `INSTALL file `_. +To install ``mdacli`` refer to the `INSTALL file `_. Run ``mdacli``:: diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 85fc1cac..b44c0143 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -5,6 +5,8 @@ Changelog Unreleased ---------- +* Fix installation link in README + v0.1.34 (2025-12-02) ------------------------------------------