From 27e4def3754397fdf02cf2e1e136ea817ff7fbf6 Mon Sep 17 00:00:00 2001 From: Nicholas O'Connor Date: Fri, 9 Jun 2017 13:42:29 -0700 Subject: [PATCH] README: fix misdocumentation, add unfinished disclaimer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a19c2..93181c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # cellar ### bottle management tool for WINE connoisseurs +*(this software is considered unfinished, use at own risk)* (notice: https://github.com/lavacano201014/cellar is a mirror. The upstream repository is at [vcs.lavacano.net/cellar.git](http://vcs.lavacano.net/?p=cellar.git), and bugs are officially tracked at [mantis.lavacano.net](http://mantis.lavacano.net)) @@ -30,7 +31,7 @@ cork this bottle later, this installer will automatically be run after uncorking. If the installer comes with "unattended install" arguments, it's recommended you press those in too. * **Easy WINE and bottle management**: Need a specific bottle for a specific program? `cellar -b bottlename `. Does the bottle need to run a specific instance of - WINE? `cellar config wine_path /opt/wine-specific/bin/wine`. Confused about which bottle is "active"? `cellar active` will tell you. Different programs may need drastically + WINE? `cellar config wine-path /opt/wine-specific/bin/wine`. Confused about which bottle is "active"? `cellar active` will tell you. Different programs may need drastically different WINE configurations, but that doesn't mean you need the drastic headaches. ## License