diff options
author | A Farzat <a@farzat.xyz> | 2022-05-17 14:52:46 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2022-05-17 14:52:46 +0900 |
commit | c8ed1d668ed22a9bc568934eab0f4102ae9dafb6 (patch) | |
tree | 5fa3a5a788a5387e92ff14bceedf68638445d09d | |
parent | 076c6ef34d31f9539ed52f6f4afbc82dd8237d45 (diff) | |
download | edit-c8ed1d668ed22a9bc568934eab0f4102ae9dafb6.tar.gz edit-c8ed1d668ed22a9bc568934eab0f4102ae9dafb6.zip |
Add my copyright notice
Also a small fix to the readme.
-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" |