summary refs log tree commit diff stats
path: root/raku/bob
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-09-05 16:36:25 +0530
committerAndinus <andinus@nand.sh>2021-09-05 16:36:25 +0530
commite4fd875702b7be18cfc3eccdb10fb21a065ae5e1 (patch)
tree23e9daf9f8c601bda9853f16016dc128c3589b49 /raku/bob
parent2f65d04253b50737f2313be5ee88b662c9cde19e (diff)
downloadexercism-e4fd875702b7be18cfc3eccdb10fb21a065ae5e1.tar.gz
Add ignores for Clojure
Diffstat (limited to 'raku/bob')
0 files changed, 0 insertions, 0 deletions
href='/akspecs/ranger/commit/INSTALL?h=v1.9.1&id=94c5d83e6752cf6506c78c9454c08b9f3df9371c'>94c5d83e ^
582f3519 ^

f51bd48a ^

7582555b ^


b06433bc ^

582f3519 ^
b06433bc ^
3edc9f86 ^
b06433bc ^
7582555b ^
3edc9f86 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

          
 
                                                                   
 
                                       
                                                             
 

                 

 


            

                                                                      
 
                                                                            
                                                                                
                     
 
                                              
Installing
==========

Use the package manager of your operating system to install ranger.

To install ranger manually, use either:
sudo ./setup.py install --optimize=1 --record=install_log.txt

or for short:
sudo make install


Uninstalling
============

Again, use your package manager to uninstall ranger.  No other way for
automatically removing ranger is supported!

However, if you installed ranger with the command above, all installed files
have been recorded to "install_log.txt".  This information can be used to remove
ranger by hand, e.g.:

cat install_log.txt | xargs -d "\n" sudo rm --