Update README

This commit is contained in:
Alex Yatskov 2023-12-30 14:32:59 -08:00
parent 52aa441195
commit 1bfb94b7a0

View File

@ -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 Furthermore, the fact that Go programs are statically linked ensures that binaries will be compatible between various
Linux distribution; recompilation is not required. 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
Usage information can be seen by running VFS without command line arguments: Usage information can be seen by running VFS without command line arguments: