mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication metadata
This commit is contained in:
parent
c5b2488589
commit
9bf7cfb744
14 changed files with 82 additions and 64 deletions
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
title: "Stow Version Manager"
|
||||
date: 2021-02-25T10:31:34-05:00
|
||||
date: 2021-02-25 15:31:34
|
||||
draft: false
|
||||
tags: []
|
||||
medium_enabled: true
|
||||
medium_post_id: 14639c9db6a4
|
||||
tags: []
|
||||
title: Stow Version Manager
|
||||
---
|
||||
|
||||
Suppose you need a newer or specific version of a package that isn't included in your standard linux repo. The standard procedure is to do something like the following...
|
||||
|
@ -126,4 +127,4 @@ If you get a command not found for an executable you know lives in `/usr/local/b
|
|||
Inside your `~/.bash_rc`
|
||||
```bash
|
||||
export PATH=$PATH:/usr/local/bin
|
||||
```
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue