diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-11 00:43:25 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-11 00:43:25 +0800 |
commit | fcdde024b5fcf6332b6569407deb63bc9ba4c130 (patch) | |
tree | 3285004cc4d0f842d4d289a24c6902153373300e | |
parent | e549f823a8afae4d3e87ac7c84c294205ee1c7a8 (diff) | |
download | dfly-update-fcdde024b5fcf6332b6569407deb63bc9ba4c130.tar.bz2 |
Update REAME and LICENSE
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README | 12 |
2 files changed, 8 insertions, 6 deletions
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Aaron LI +Copyright (c) 2017-2018 Aaron LI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -2,12 +2,14 @@ dfly-update =========== -Copyright (c) 2017 Aaron LI <aly@aaronly.me> +Copyright (c) 2017-2018 Aaron LI <aly@aaronly.me> MIT License -A simple tool to update the DragonFly BSD system from a pre-built system -image (e.g., ISO/IMG of a snapshot build or a release). +https://github.com/liweitianux/dfly-update + +A simple tool to update a DragonFly BSD system using binary releases or +snapshot builds. This tool is written by the author to help keep the DragonFly BSD system -on a low-performance KVM up-to-date, without consuming too much resources -to build and update from source. +on a low-end VPS up-to-date, without consuming too much resources to build +and update from source. |