diff --git a/README.md b/README.md index cb58d0f..4dda59d 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,10 @@ * `set constantshow`: constantly display cursor position * `set tabsize 4`: tab size of 4 columns * `set zap`: allow backspace and delete to erase entire marked region -* `set softwrap`: soft line wrapping \ No newline at end of file +* `set softwrap`: soft line wrapping + +## Usage + +```sh +curl https://gitea.paulaumann.com/paul/nanorc/raw/branch/master/.nanorc > ~/.nanorc +``` \ No newline at end of file