From 1d583b69049c87ac8e4a1c5401e1d523baf83d60 Mon Sep 17 00:00:00 2001 From: William Manley Date: Sun, 25 Apr 2021 14:24:00 +0100 Subject: [PATCH] README: Link to new ostree-cmd crate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 682e1f7..b71110d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ It consists of: 1. [ostree-repo](ostree-repo) - a rust library for working with ostree repos. 2. [ostree-fuse](ostree-fuse/README.md) - a FUSE implementation allowing ostree commits to be mounted from bare-user ostree repositories. +3. [ostree-cmd](ostree-cmd) - a limited command line interface mimicing `ostree` Status ------