From 1bfb94b7a025893b4d978517f5e6632e00b8a27e Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 30 Dec 2023 14:32:59 -0800 Subject: [PATCH] Update README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index a8fb078..d50c07f 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,6 @@ language without sacrificing the readability and maintainability of a high level Furthermore, the fact that Go programs are statically linked ensures that binaries will be compatible between various Linux distribution; recompilation is not required. -## Installation - -If you already have the Go environment and toolchain set up, you can get the latest version by running: -``` -go get github.com/FooSoft/vfs -``` -Users of Debian-based distributions can use [godeb](https://github.com/niemeyer/godeb) to quickly install the Go -compiler on their machines. - ## Usage Usage information can be seen by running VFS without command line arguments: