mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
updated the instructions for the current working directory change
This commit is contained in:
@@ -31,11 +31,11 @@ passwd user
|
|||||||
### Laptop installation as user
|
### Laptop installation as user
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository in the home folder
|
||||||
git clone https://github.com/aminnairi/laptop.git
|
git clone https://github.com/aminnairi/laptop.git ~/Documents/git/github.com/aminnairi/laptop
|
||||||
|
|
||||||
# Change the current working directory
|
# Change the current working directory to the source-code for the installation script
|
||||||
cd laptop
|
cd ~/Documents/git/github.com/aminnairi/laptop
|
||||||
|
|
||||||
# Apply the configuration
|
# Apply the configuration
|
||||||
bash main.sh
|
bash main.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user