mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
beta tester info
This commit is contained in:
@@ -35,13 +35,13 @@ If you want to try the finished Stopwatch app and follow along with the code, fi
|
||||
=== "HTTPS"
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Textualize/textual.git
|
||||
git clone -b css https://github.com/Textualize/textual.git
|
||||
```
|
||||
|
||||
=== "SSH"
|
||||
|
||||
```bash
|
||||
git clone git@github.com:Textualize/textual.git
|
||||
git clone -b css git@github.com:Textualize/textual.git
|
||||
```
|
||||
|
||||
=== "GitHub CLI"
|
||||
@@ -50,6 +50,7 @@ If you want to try the finished Stopwatch app and follow along with the code, fi
|
||||
gh repo clone Textualize/textual
|
||||
```
|
||||
|
||||
|
||||
With the repository cloned, navigate to `docs/examples/tutorial` and run `stopwatch.py`.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user