Édouard Lopez
2 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con
2 aggiunte e
1 eliminazioni
-
.github/workflows/cli-test.yml
-
cli/README.md
|
|
@@ -17,6 +17,7 @@ jobs: |
|
|
|
python-version: |
|
|
|
- "3.6" |
|
|
|
- "3.8" |
|
|
|
- "3.10" |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
|
|
@@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
## Install |
|
|
|
|
|
|
|
python3 -m pip install --user lesspass |
|
|
|
python3 -m pip install --user lesspass # 3.6, 3.8+ |
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
|
|