Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
fd6b5cb8de
12
README.md
12
README.md
@ -27,11 +27,6 @@ Hewwo, wowld!
|
|||||||
$ ./owo -o output.txt "Hello, world!"
|
$ ./owo -o output.txt "Hello, world!"
|
||||||
```
|
```
|
||||||
|
|
||||||
### to clipboard:
|
|
||||||
```bash
|
|
||||||
$ ./owo -c "Hello, world!"
|
|
||||||
```
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
to build the program, you will need a c++ compiler. I have no idea what im doing with cmake so this uses a very basic make file that is made to build the linux and windows binaries.
|
to build the program, you will need a c++ compiler. I have no idea what im doing with cmake so this uses a very basic make file that is made to build the linux and windows binaries.
|
||||||
If you are on windows, good luck. I have no clue how to setup g++ on windows. I would recommend using WSL or a VM. If you are on linux, you can build the program with the following commands
|
If you are on windows, good luck. I have no clue how to setup g++ on windows. I would recommend using WSL or a VM. If you are on linux, you can build the program with the following commands
|
||||||
@ -45,11 +40,18 @@ hewwo, wowld!
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### archlinux:
|
### archlinux:
|
||||||
|
#### Aur
|
||||||
```bash
|
```bash
|
||||||
$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git`
|
$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git`
|
||||||
$ cd term-owo-cpp
|
$ cd term-owo-cpp
|
||||||
$ makepkg -si
|
$ makepkg -si
|
||||||
```
|
```
|
||||||
|
#### Custom Repo
|
||||||
|
```bash
|
||||||
|
$ pacman-key --recv-keys 1553B1410D80686C8D2A27338035E1AC0B1440DC
|
||||||
|
$ pacman-key --lsign-key 1553B1410D80686C8D2A27338035E1AC0B1440DC
|
||||||
|
$ pacman -Sy owo
|
||||||
|
```
|
||||||
|
|
||||||
### other distros:
|
### other distros:
|
||||||
download the binary from the releases page or build from source
|
download the binary from the releases page or build from source
|
||||||
|
Loading…
Reference in New Issue
Block a user