From 3879302fc89c388851cb16eeabee67ba55b7756b Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Sat, 31 Aug 2024 10:44:44 -0400 Subject: [PATCH 1/3] Delete .idea directory --- .idea/.gitignore | 8 -------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ .idea/zvm.iml | 9 --------- 4 files changed, 31 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/zvm.iml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 028ae16..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/zvm.iml b/.idea/zvm.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/zvm.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file From 072ad96b28ebed52aab755e6c51b7f18ee3d8b5e Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Sat, 31 Aug 2024 10:55:55 -0400 Subject: [PATCH 2/3] Update README.md Updated to reflect we have a working Windows installer. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fe9441a..ea9d892 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,7 @@ directory, ZVM will download new ZIG versions and symlink whichever version you specify with `zvm use` to `$HOME/.zvm/bin`. You should add this folder to your path. After ZVM 0.2.3, ZVM's installer will now add ZVM to `$HOME/.zvm/self`. You should also add this directory as the environment variable `ZVM_INSTALL`. -The installer should handle this for you automatically if you're on *nix -systems, but you'll have to manually do this on Windows. You can then add -`ZVM_INSTALL` to your path. +The installer scripts should handle this for you automatically on *nix and Windows systems. If you don't want to use ZVM_INSTALL (like you already have ZVM in a place you like), then ZVM will update the exact executable you've called `upgrade` from. From 89c2db0e53e718333910c8618f43bd516fd4ef33 Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Sat, 31 Aug 2024 10:56:52 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea9d892..b6cc033 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ path. After ZVM 0.2.3, ZVM's installer will now add ZVM to `$HOME/.zvm/self`. You should also add this directory as the environment variable `ZVM_INSTALL`. The installer scripts should handle this for you automatically on *nix and Windows systems. -If you don't want to use ZVM_INSTALL (like you already have ZVM in a place you +If you don't want to use `ZVM_INSTALL` (like you already have ZVM in a place you like), then ZVM will update the exact executable you've called `upgrade` from. # Linux, BSD, MacOS, *nix