Skip to content

Commit

Permalink
Minor README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
adrg committed Jan 8, 2021
1 parent b3f580d commit 2f880da
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ including data and configuration files. For portability and flexibility reasons,
applications should use the XDG defined locations instead of hardcoding paths.

The package also includes the locations of well known [user directories](https://wiki.archlinux.org/index.php/XDG_user_directories)
and an implementation of the [state directory proposal](https://wiki.debian.org/XDGBaseDirectorySpecification#Proposal:_STATE_directory).
and an implementation of the [state directory](https://wiki.debian.org/XDGBaseDirectorySpecification#Proposal:_STATE_directory) proposal.
Windows, macOS and most flavors of Unix are supported.

Full documentation can be found at: https://pkg.go.dev/github.com/adrg/xdg.
Expand Down Expand Up @@ -54,6 +54,14 @@ present in the environment.

#### Non-standard directories

State directory

```
Unix: ~/.local/state
macOS: ~/Library/Application Support
Windows: %LOCALAPPDATA%
```

Application directories

```
Expand Down Expand Up @@ -93,13 +101,6 @@ Windows:
- %LOCALAPPDATA%\Microsoft\Windows\Fonts
```

State directory
```
Unix: ~/.local/state
macOS: ~/Library/Application Support
Windows: %LOCALAPPDATA%
```

## Usage

#### XDG Base Directory
Expand Down

0 comments on commit 2f880da

Please sign in to comment.