README.md in bukin-0.8.0 vs README.md in bukin-0.9.0
- old
+ new
@@ -38,16 +38,16 @@
* Specific versions
* Categories (ex: latest test build)
* Auto selection if none specified
* Automatic or user specified filtering of downloaded files
* Automatic or user specified extraction of zip files
+* Automatic detection of already installed plugins
* Installation groups
Eventually, I'd like to add some of the following:
* A lockfile that tracks exactly what versions are installed
-* Automatic detection of already installed plugins
* Dependency tracking and resolution
* More complex version selectors
* Modpack support
* Resource installation from git
* Top level 'source' directives
@@ -59,10 +59,10 @@
-----
Bukin works by reading a list of dependencies from a `Bukfile`. The most basic usage would be:
```bash
-echo "server 'craftbukkit'" > Bukfile
+bukin init
bukin install
```
Specify a server using the `server` keyword and a plugin using the `plugin` keyword.