diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ +Copyright (c) 2022 A Farzat (https://a@farzat.xyz) Copyright (c) 2015 Keith Smiley (http://keith.so) Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -35,8 +35,8 @@ environment variable, you can set it in weechat. # Installation -Copy the script to $XDG_DATA_HOME/weechat/python/autoload, -~/.local/share/weechat/python/autoload, or `~/.weechat/python/autoload` +Copy the script to `$XDG_DATA_HOME/weechat/python/autoload`, +`~/.local/share/weechat/python/autoload`, or `~/.weechat/python/autoload` ```sh mkdir -p "$XDG_DATA_HOME/weechat/python/autoload" |