From 87ee757e353ce22e676ce45af53d888c3edad93f Mon Sep 17 00:00:00 2001 From: Hayden Barnes Date: Wed, 24 Jan 2024 12:39:35 -0500 Subject: [PATCH] Update wsl-perf docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a0eac3..75a21ce 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ On first run, wsl-perf will download and build the perf tool from source and sav wsl-perf will pass any command line arguments to perf.elf, which is run as root in the WSL2 System Distro. -Unlike the other applications here, wsl-perf is built with [Nim](https://nim-lang.org/) due to limitations in argument parsing in PS2EXE. +Unlike the other tools here, wsl-perf is built with [Nim](https://nim-lang.org/) due to limitations in argument parsing in PS2EXE. Nim compiles to C and is built by the MSVC C/C++ compiler. This tool was inspired by @buty4649's [project of the same name](https://github.com/buty4649/wsl-perf). ## wsl-reset