Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/oklookat/lika
Browse files Browse the repository at this point in the history
  • Loading branch information
oklookat committed Oct 3, 2023
2 parents 7071dbf + 9dd4d04 commit f8c8414
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ This file is also used to delete symlinks. In short: replace bat's with lika.exe

## Variables

- lika.exe dir: "<CWD>"
- System dir: "<SystemDir>"
- Current user documents: "<UserDocuments>"
- Public documents: "<PublicDocuments>"
- Program files: "<ProgramFiles>"
- Program files (x86): "<ProgramFiles86>"
- Common program files: "<CommonProgramFiles>"
- Current user dir: "<CurrentUser>"
- lika.exe dir: \<CWD>
- System dir: \<SystemDir>
- Current user documents: \<UserDocuments>
- Public documents: \<PublicDocuments>
- Program files: \<ProgramFiles>
- Program files (x86): \<ProgramFiles86>
- Common program files: \<CommonProgramFiles>
- Current user dir: \<CurrentUser>

# Requirements

Expand All @@ -87,4 +87,4 @@ The program will (probably) be updated as needed.
For example, .reg files often use paths like "C:/Users/etc",
which means that although we use environment variables, .reg files don't use them.
In short, I would like to add something like a .reg file editor to the program to change the paths to actual ones.
But I'm too lazy to do that yet, so yeah.
But I'm too lazy to do that yet, so yeah.

0 comments on commit f8c8414

Please sign in to comment.