From e68fabea58a9cb4d62913a29fa11d9a1093bcb81 Mon Sep 17 00:00:00 2001 From: andbenn Date: Sat, 2 Oct 2021 15:32:37 -0700 Subject: [PATCH] Updates for those who may not be familiar git cloning Some extra text for those who may not often work with git that will help them clone the repo. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b7bc96c..1e46916 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ A floating window manager, like the \*box family of window managers as well as W Tags are a unique concept borrowed from window managers like DWM and Awesome. Instead of workspaces having windows, windows have tags. This is a very unique concept. You can view 3 separate tags at a time, or have a window on 3 separate tags. Right now only the use case of being used like workspaces is supported, but internally the foundation for tags is there; just needs to be exposed to the user with IPC support. +## Get (git) the code - a refresher if needed + +Depending on where you store your source code, most other git cloned projects may be in /opt. +``` +$ cd /opt +$ git clone https://github.com/codic12/worm +``` ## Install ``` $ cargo build --release