github.com/wrgl/wrgl@v0.14.0/README.md (about)

     1  # WRGL
     2  
     3  Git-like data versioning. It can handle files up to 10s of Gigabytes.
     4  
     5  ## Installation
     6  
     7  ```bash
     8  sudo bash -c 'curl -L https://github.com/wrgl/wrgl/releases/latest/download/install.sh | bash'
     9  ```
    10  
    11  ## Documentation
    12  
    13  - [Quickstart](https://www.wrgl.co/doc/guides/quickstart)
    14  
    15  ## Version compatibility
    16  
    17  This software isn't ready for production so all new minor versions introduce
    18  breaking changes. You will need to throw away the entire `.wrgl` folder once you
    19  upgrade to a new minor version e.g. `0.1.x` to `0.2.x`.
    20  
    21  ## License
    22  
    23  Distributed under Apache 2.0 license. See [LICENSE](LICENSE) for details.