Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilamali committed Aug 8, 2023
1 parent ee388a3 commit 30463f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@

# codespaces-demo
This is a demo repo for CI and CD

## How-to-run
```bash
git clone [email protected]:kalilamali/codespaces-demo.git
cd codespaces-demo
python -m venv ~/.codespaces-demo
source ~/.codespaces-demo/bin/activate
make install
python hello.py
```

0 comments on commit 30463f0

Please sign in to comment.