Skip to content

Commit

Permalink
updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micha committed Jul 16, 2011
1 parent 295fa8e commit b007a9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -85,9 +85,10 @@ directory, otherwise.

### Using Existing, Pre-v2.1 Configuration Files With v2.1 ###

If you had resty installed before version 2.1 and you want to continue using
your existing configuration files, please make a backup of your `~/.resty`
directory and then do:
If you had resty installed before version 2.1 and your system uses the XDG
config directory standard and you want to continue using your existing
configuration files, please make a backup of your `~/.resty` directory
and then do:

$ mkdir -p "${XDG_CONFIG_HOME}/resty" "${XDG_DATA_HOME}/resty"
$ mv ~/.resty/c "${XDG_DATA_HOME}/resty"
Expand Down

0 comments on commit b007a9d

Please sign in to comment.