diff --git a/src/maid.cr b/src/maid.cr index 7f175ae..8d12757 100644 --- a/src/maid.cr +++ b/src/maid.cr @@ -31,7 +31,7 @@ # If so, add Maid.init() to create a base configuration require "file_utils" -require "../lib/trucolor" +require "trucolor" module Maid diff --git a/src/trufetch.cr b/src/trufetch.cr index a2bc47d..8b9c103 100644 --- a/src/trufetch.cr +++ b/src/trufetch.cr @@ -24,7 +24,7 @@ # Trufetch is an alternative to neofetch that emphasizes the use of true color support # It is made specifically for this system and does not rely on many external calls -require "../lib/trucolor" +require "trucolor" module Trufetch extend self