www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 295f145c005676730ee5610f43f2e657e0769c54
parent fb3a03ce96870f154c6a11bf17ee51dce6366a91
Author: Suzanne Soy <git@suzanne.soy>
Date:   Mon, 22 Feb 2021 12:45:04 +0000

Added README.md

Diffstat:
AREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,8 @@ +Build dependencies: + + # First, install nixpkgs then run: + nix build path://$PWD/ + +Run: + + PATH="$PWD/result/bin" python3 ./test.py +\ No newline at end of file