about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-22 07:11:39 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-22 07:11:39 -0700
commitfc913d3a23d598ba8b88cd011b0956cb4ed8373c (patch)
treed7c419a0395e9cde0bbab45e32fd642976607611
parentno need to install go related packages (diff)
downloadworld-fc913d3a23d598ba8b88cd011b0956cb4ed8373c.tar.gz
remove the Makefile
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--README.md21
2 files changed, 0 insertions, 23 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index a5f0f8a..0000000
--- a/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-.venv:
-	@rye sync
diff --git a/README.md b/README.md
index f927e2c..154709f 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1 @@
 Tools, scripts, and configurations for my machines.
-
-## Operations
-
-I use [devshell](https://github.com/numtide/devshell) to manage this environment. Most commands related to the maintenance (building the configuration, switching to a new configuration, etc) are managed with it. You can type `menu` and it will display something similar to:
-```sh
-[darwin]
-
-  build-darwin  - Build the current darwin configuration
-  switch-darwin - Switch to the current darwin configuration
-
-[general commands]
-
-  menu          - prints this menu
-  treefmt       - one CLI to format the code tree
-
-[nix]
-
-  update        - Update + Commit the Lock File
-```
-
-and you can type any of these commands.