From c5dd948f61206bf908b15f9ac2b8e21475a68392 Mon Sep 17 00:00:00 2001 From: PandaCoderPL Date: Fri, 26 Nov 2021 20:22:02 +0000 Subject: [PATCH] Changed names of some sections into questions in Readme Signed-off-by: PandaCoderPL --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- VERSION | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d27f0..6bee402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 9ad2a91..8224962 100644 --- a/README.md +++ b/README.md @@ -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/ ~/ diff --git a/VERSION b/VERSION index 84298f9..f65dc1e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.8 +1.7.9