Initial Commit
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Orange
|
||||
Why "Orange"? It's a fruit with a pip. The name doesn't matter as long as it doesn't conflict, and you can symlink it.
|
||||
```
|
||||
oscarg@ws01:~$ orange
|
||||
orange: command not found
|
||||
oscarg@ws01:~$ sudo apt install orange
|
||||
[sudo] password for oscarg:
|
||||
Error: Unable to locate package orange
|
||||
oscarg@ws01:~$
|
||||
```
|
||||
I do not see `orange` here.
|
||||
|
||||
---
|
||||
## What's this?
|
||||
A small stub thing for Debian-based Linux distributions that simply redirects your `pip` instruction to `apt`. Really, that's all it does.
|
||||
Reference in New Issue
Block a user