From e30ce94ad61442ce6c68c84d30c19a9edab807c1 Mon Sep 17 00:00:00 2001 From: Ian Patterson Date: Wed, 22 May 2024 22:52:49 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f94a0..ce520de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ ![testbuild](https://github.com/ianpatt/skse64/workflows/testbuild/badge.svg) ## Building -Either use the pre-generated projects, or: ``` git clone https://github.com/ianpatt/common git clone https://github.com/ianpatt/skse64 @@ -9,3 +8,4 @@ cmake --build common/build --config Release --target install cmake -B skse64/build -S skse64 -DCMAKE_INSTALL_PREFIX=extern skse64 cmake --build skse64/build --config Release ``` +Solution will be generated at skse64/build/umbrella.sln.