From 16b43cc87ad4bc4bfaa10339355a16cb2de5b7c7 Mon Sep 17 00:00:00 2001 From: Ry Date: Mon, 4 Jul 2022 21:36:07 -0700 Subject: [PATCH] Move encoding.md to docs/ --- README.md | 2 +- encoding.md => docs/encoding.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename encoding.md => docs/encoding.md (100%) diff --git a/README.md b/README.md index 3cf9743..cbeef32 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ After that, just run `cargo build --release`. The resulting binary will be saved Passing files as arguments will mount those files as disks, in the order that the arguments were passed. -See [encoding.md](encoding.md) for information about the instruction set. +See [encoding.md](docs/encoding.md) for information about the instruction set. ## License This project is licensed under the [MIT license](LICENSE). diff --git a/encoding.md b/docs/encoding.md similarity index 100% rename from encoding.md rename to docs/encoding.md