diff --git a/README.md b/README.md index da98eea..b752c72 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ It do a low level installation so it is compatible with _all_ Linux distros ```bash mkdir /etc/update-motd.d -curl -s https://raw.githubusercontent.com/claranet/motd/master/dynmotd -o /etc/update-motd.d/00-basic +curl -s https://raw.githubusercontent.com/claranet/motd/master/scripts/00-basic -o /etc/update-motd.d/00-basic chmod +x /etc/update-motd.d/00-basic ``` diff --git a/dynmotd b/scripts/00-basic similarity index 100% rename from dynmotd rename to scripts/00-basic