diff --git a/template/cuda/{{cookiecutter.project_slug}}/README.md b/template/cuda/{{cookiecutter.project_slug}}/README.md index 8598f39..65690a4 100644 --- a/template/cuda/{{cookiecutter.project_slug}}/README.md +++ b/template/cuda/{{cookiecutter.project_slug}}/README.md @@ -19,7 +19,8 @@ git clone https://github.com/{{cookiecutter.__gh_slug}}.git cd {{cookiecutter.project_slug}} make build - ./build/bin/{{cookiecutter.project_slug}} + make run + make test ``` ## License diff --git a/template/cxx/{{cookiecutter.project_slug}}/README.md b/template/cxx/{{cookiecutter.project_slug}}/README.md index 8598f39..65690a4 100644 --- a/template/cxx/{{cookiecutter.project_slug}}/README.md +++ b/template/cxx/{{cookiecutter.project_slug}}/README.md @@ -19,7 +19,8 @@ git clone https://github.com/{{cookiecutter.__gh_slug}}.git cd {{cookiecutter.project_slug}} make build - ./build/bin/{{cookiecutter.project_slug}} + make run + make test ``` ## License