From b84bad6b02a946d3b092170f8a0a06c70b154b76 Mon Sep 17 00:00:00 2001 From: Aswin <69151138+aswinnnn@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:56:13 +0530 Subject: [PATCH] about the docker subcommand deprecation --- architecture/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/README.md b/architecture/README.md index 917f6a1..7f39c31 100644 --- a/architecture/README.md +++ b/architecture/README.md @@ -18,7 +18,7 @@ There's comments on almost anything comment-able and worthy. Feel free to look a - [`scanner::api.rs`](../src/scanner/api.rs) - how the API stuff gets done using the struct `Osv`, look at `mod.rs` for a higher level view. -- [`docker.rs`](../src/docker/mod.rs) - handles getting and doing stuff with Docker. +- [`docker.rs`](../src/docker/mod.rs) - handles getting and doing stuff with Docker. [this one is buggy and might get deprecated because i dont really care about docker, just run the program inside the container or something] - [`display.rs`](../src/display/mod.rs) - some functions used to print to the screen, not all though.