Skip to content

Commit

Permalink
[meson builkd system] Added info on symlink structure with verisoned …
Browse files Browse the repository at this point in the history
…install flag
  • Loading branch information
faressc committed Mar 20, 2024
1 parent a4514f7 commit d07f81d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Versioned_install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Info on symlink structure for versioned install flag

## Binaries

```path
/usr/local/bin/
├── cwonder -> /usr/local/bin/cwonder-<version>
├── cwonder-<version>
├── twonder -> /usr/local/bin/twonder-<version>
└── twonder-<version>
```

## Scripts and dtd

```path
/usr/local/share/
├── wonder -> /usr/local/share/wonder-<version>
└── wonder-<version>
```

The systemd service files are not versioned.

0 comments on commit d07f81d

Please sign in to comment.