summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimeon Simeonov2024-12-28 20:13:43 +0100
committerSimeon Simeonov2024-12-28 20:13:43 +0100
commit82ef6adec6e59f9cc9dc9fa1a13a2b43e534bada (patch)
tree5921f91387f8b4567f810c20570f458547e6ae64 /README.md
parente3a82c195f8e18fbd9691845ff4e6121986e13ea (diff)
Rename *Exception to *Error and do some general linting
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index ecf8a22..7ef9344 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ I hope that somebody will find it useful.
33 pkg install security/py-pyotp2289 33 pkg install security/py-pyotp2289
34 ``` 34 ```
35 35
36– or: 36or:
37 37
38 ```bash 38 ```bash
39 cd /usr/ports/security/py-pyotp2289 39 cd /usr/ports/security/py-pyotp2289
@@ -46,9 +46,6 @@ I hope that somebody will find it useful.
46 # add sgs' custom repository using app-eselect/eselect-repository 46 # add sgs' custom repository using app-eselect/eselect-repository
47 eselect repository add sgs 47 eselect repository add sgs
48 48
49 # ... or using app-portage/layman (obsolete)
50 layman -a sgs
51
52 emerge dev-python/pyotp2289 49 emerge dev-python/pyotp2289
53 ``` 50 ```
54 51