Skip to content

Commit

Permalink
update readme and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmAnubhavSaini committed Feb 14, 2024
1 parent 8268309 commit 30cab37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 32 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Anubhav
Aetnaeus
40 changes: 8 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What

A terminal based typing test. Forked from /lemnos/tt.
A terminal based typing test.

## docker: quick and recommended

Expand All @@ -11,7 +11,6 @@ docker run --rm -it f0c1s/tt

```


![](demo.gif)

## Installation
Expand All @@ -24,36 +23,8 @@ docker run --rm -it f0c1s/tt
docker build . -t dev:tt

# run docker container
docker run --rm -it dev:tt
docker run --rm -it dev:tt -quotes stoic

```

## Linux

```bash

sudo curl -L https://github.com/lemnos/tt/releases/download/v0.4.2/tt-linux -o /usr/local/bin/tt && sudo chmod +x /usr/local/bin/tt
sudo curl -o /usr/share/man/man1/tt.1.gz -L https://github.com/lemnos/tt/releases/download/v0.4.2/tt.1.gz

```

## OSX

```bash

sudo mkdir -p /usr/local/bin /usr/local/share/man/man1 # Usually created by brew

sudo curl -L https://github.com/lemnos/tt/releases/download/v0.4.2/tt-osx -o /usr/local/bin/tt && sudo chmod +x /usr/local/bin/tt
sudo curl -o /usr/local/share/man/man1/tt.1.gz -L https://github.com/lemnos/tt/releases/download/v0.4.2/tt.1.gz

```

## Uninstall

```bash

sudo rm /usr/local/bin/tt /usr/share/man/man1/tt.1.gz
docker run --rm -it dev:tt

```

Expand All @@ -65,7 +36,7 @@ sudo rm /usr/local/bin/tt /usr/share/man/man1/tt.1.gz
sudo apt install golang

# clone and make
git clone https://github.com/lemnos/tt
git clone https://github.com/localserve/tt
cd tt
make && sudo make install

Expand Down Expand Up @@ -115,3 +86,8 @@ and used in conjunction with the `-theme` and `-words` flags. A list of
preloaded themes and word lists can be found in `words/` and `themes/` and are
accessible by default using the respective flags.


----


Forked from lemnos/tt

0 comments on commit 30cab37

Please sign in to comment.