Medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-03-10 12:41:04 -05:00
parent c5b2488589
commit 9bf7cfb744
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
14 changed files with 82 additions and 64 deletions

View file

@ -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
```
```