From 850480863ed2c8a3589bfb80242df5c824c11ea4 Mon Sep 17 00:00:00 2001 From: Lateralus138 Date: Mon, 26 Feb 2024 02:06:44 -0600 Subject: [PATCH] Link fix in README --- .github/workflows/main_build.yml | 1 + README.md | 2 +- docs/md/release.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_build.yml b/.github/workflows/main_build.yml index c962af0..fdf2b7d 100644 --- a/.github/workflows/main_build.yml +++ b/.github/workflows/main_build.yml @@ -4,6 +4,7 @@ on: paths: - '**.cpp' - '**.h' + - '**.o' - '**.sln' - '**.yml' - '*.yml' diff --git a/README.md b/README.md index e2fd491..8e504a8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This is a Windows command line utility that compresses (consolidates) multiple b I have written the Windows version as the primary version and first because there only seems to be a problem with large hosts files in Windows because of the *DNS Cache* service. -This is the evolutionary step up from my [scripts](https://github.com/Lateralus138/hosts-compress-windows) (*PowerShell* and *Bash*) as it is written in *C++* and exponentially faster (whereas the scripts can take anwyhere from 3-5 minutes for a 200k+ line file, this program takes under 1 second; usually around 500ms for a file of the same size) than any script could ever be. +This is the evolutionary step up from my [scripts](https://github.com/Lateralus138/hosts-compression-scripts) (*PowerShell* and *Bash*) as it is written in *C++* and exponentially faster (whereas the scripts can take anwyhere from 3-5 minutes for a 200k+ line file, this program takes under 1 second; usually around 500ms for a file of the same size) than any script could ever be. ***NOTE***: **This tool is highly recommended over the scripts, but you can, of course, still use the scripts.** diff --git a/docs/md/release.md b/docs/md/release.md index 97fd591..22e523e 100644 --- a/docs/md/release.md +++ b/docs/md/release.md @@ -1,4 +1,4 @@ -# Hosts Compress - [hostscompress] (Pre-release) +# Hosts Compress - [hostscompress] ![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=Lateralus138&repo=hosts-compress-windows)