Upload New File
This commit is contained in:
parent
a116691ca7
commit
75ecf3f38b
33
README.org
Normal file
33
README.org
Normal file
|
@ -0,0 +1,33 @@
|
|||
#+TITLE: Fetchy
|
||||
|
||||
* Table of Contents :toc:
|
||||
- [[#what-is-fetchy][What is fetchy?]]
|
||||
- [[#install][Install]]
|
||||
- [[#source][Source]]
|
||||
- [[#run][Run]]
|
||||
|
||||
* What is fetchy?
|
||||
|
||||
#+CAPTION: fetchy Screenshot
|
||||
#+ATTR_HTML: :alt fetchy Screenshot :title fetchy Screenshot :align left
|
||||
[[https://gitlab.com/vojjvoda/fetchy/-/raw/master/arch.png]]
|
||||
[[https://gitlab.com/vojjvoda/fetchy/-/raw/master/ubuntu.png]]
|
||||
|
||||
fetchy - simple cli system information tool written in C.
|
||||
|
||||
|
||||
* Install
|
||||
|
||||
** Source
|
||||
|
||||
#+begin_src
|
||||
git clone https://gitlab.com/vojjvoda/fetchy
|
||||
cd fetchy
|
||||
sudo make install
|
||||
#+end_src
|
||||
|
||||
* Run
|
||||
|
||||
#+begin_src
|
||||
fetchy
|
||||
#+end_src
|
Loading…
Reference in a new issue