Skip to content

Commit

Permalink
README.md: Fix wrong directory for commands
Browse files Browse the repository at this point in the history
For unportable, the build/ directory is now inside the git repo, not a sibling
directory.
  • Loading branch information
Eloston committed Jan 13, 2021
1 parent b44859c commit 020fa29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sudo apt install git python3 packaging-dev equivs

# Clone the repository and switch to unportable variant
git clone https://github.com/ungoogled-software/ungoogled-chromium-debian.git
cd ungoogled-chromium-debian/
git switch unportable
git submodule update --init

Expand All @@ -49,7 +50,7 @@ git submodule update --init
# (Optional) Replace TAG_HERE with the tag you want to build
# Example of a tag: 79.0.3945.88-1.sid1
# If you omit this step, you will build the latest changes in unportable.
git -C ungoogled-chromium-debian checkout --recurse-submodules TAG_HERE
git checkout --recurse-submodules TAG_HERE

# Replace UPLOADER_HERE with your uploader string (optional)
# Example of an uploader string: John Doe <[email protected]>
Expand Down

0 comments on commit 020fa29

Please sign in to comment.