From def5fb7fee605abb9b0ac369593c37eacfcc1a0b Mon Sep 17 00:00:00 2001 From: ChronosXYZ Date: Tue, 14 May 2024 17:48:08 +0300 Subject: [PATCH] update readme --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1c13bed..372f712 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,11 @@ # nix-gcc-multi-issue -This is the nix-gcc-multi-issue project. +Sample project to show linkage problem in Nix devshell with `multiStdenv`. -# Building and installing +## Building -See the [BUILDING](BUILDING.md) document. - -# Contributing - -See the [CONTRIBUTING](CONTRIBUTING.md) document. - -# Licensing - - +In the repo root: +``` +nix develop +./build.sh +``` \ No newline at end of file