Skip to content

Commit e84bdc4

Browse files
committed
few more tweaks to the site for 0.9
1 parent f8ce626 commit e84bdc4

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

site/index.gmi

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ Telescope depends are ncursesw, libtls or libretls, and pkg-config. libgrapheme
4545
Once all the dependencies are installed, building is as easy as:
4646

4747
```Example of how to compile from source
48-
$ curl -LO https://ftp.omarpolo.com/telescope-CURRV.tar.gz
48+
$ curl -O https://ftp.omarpolo.com/telescope-CURRV.tar.gz
4949
$ tar xzvf telescope-CURRV.tar.gz
5050
$ cd telescope-CURRV
5151
$ ./configure
5252
$ make
53-
$ sudo make install # eventually
53+
$ sudo make install # eventually
5454
```
5555

5656
A telescope-CURRV.sha256 file containing the checksums is available. However, that only checks for accidental corruption: you can use signify (telescope-CURRV.sha256.sig and the public key telescope-CURRKEY.pub). The hash of the current and next signify public key is also included in the telescope-CURRV.sha256.
@@ -68,6 +68,20 @@ telescope-CURRKEY.pub: OK
6868
telescope-NEXTKEY.pub: OK
6969
```
7070

71+
telescope-CURKEY.pub is:
72+
73+
```
74+
RWRkrb76bmCHNKaMnALGf2UgKgq0d/O/ULTeGq36Dos7MGm79CXoZLWN
75+
```
76+
77+
and is available inside the tarball in the keys/ directory, along with all the previous and public key for the next release as well.
78+
79+
Starting from Telescope 0.9, git tags are signed with the following ssh key:
80+
81+
```
82+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ0nD5I8BNVJknT87gnpLIJWK0fXTayDktQOlS38CGj4 op@omarpolo.com
83+
```
84+
7185

7286
## Changelog
7387

0 commit comments

Comments
 (0)