aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-09-01 08:20:05 +0100
committerAkshay <[email protected]>2020-09-01 08:20:05 +0100
commit897df34e5e55448ae89fbf1a77533e792e7a5c4e (patch)
tree6821b0ffba5fe3f8910f4e2f55f2679d60ebf27f /readme.md
parentc9c8db0f308eb5dcb552d15ecfd403d623dc40de (diff)
add dev shell
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 471c30e..d52455a 100644
--- a/readme.md
+++ b/readme.md
@@ -7,3 +7,9 @@ my technical blog, put together with:
7 - sed: case conversions 7 - sed: case conversions
8 - [eva](https://github.com/nerdypepper/eva): floating point calculations 8 - [eva](https://github.com/nerdypepper/eva): floating point calculations
9 9
10### build
11
12 ```shell
13 # on nixos
14 $ ./generate.sh
15 ```