Changed names of some sections into questions in Readme
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
This commit is contained in:
parent
797609a1d3
commit
e9d3ba8a43
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.7.9]
|
||||
### Changed
|
||||
- Names of some sections into questions in [Readme](README.md)
|
||||
|
||||
## [1.7.8] - 2021-11-25
|
||||
### Added
|
||||
- Proxy for Git protocol to [Git Config](home/.config/git/config)
|
||||
|
|
|
@ -5,11 +5,11 @@ Repository with my dotfiles.
|
|||
## Contents
|
||||
|
||||
* [Configuration Files](#configuration-files)
|
||||
* [Downloading](#downloading)
|
||||
* [How to download?](#how-to-download)
|
||||
* [Using Git](#using-git)
|
||||
* [Using Curl](#using-curl)
|
||||
* [Using Wget](#using-wget)
|
||||
* [Installation](#installation)
|
||||
* [How to install?](#how-to-install)
|
||||
* [Contact](#contact)
|
||||
* [License](#license)
|
||||
|
||||
|
@ -25,7 +25,7 @@ Repository with my dotfiles.
|
|||
* [Tor](https://www.torproject.org/) - [torrc](usr/etc/tor/torrc)
|
||||
* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc)
|
||||
|
||||
## Downloading
|
||||
## How to download?
|
||||
|
||||
### Using Git
|
||||
|
||||
|
@ -39,7 +39,7 @@ Repository with my dotfiles.
|
|||
|
||||
wget -O - https://codeberg.org/PandaCoderPL/dotfiles/archive/main.tar.gz | tar -xzf -
|
||||
|
||||
## Installation
|
||||
## How to install?
|
||||
|
||||
rsync -qa home/ ~/
|
||||
|
||||
|
|
Loading…
Reference in New Issue